File: docker-compose.yml

package info (click to toggle)
pinball-table-gnu 0.0.20230219-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,228 kB
  • sloc: cpp: 923; makefile: 236; sh: 29
file content (13 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: GPL-2.0

version: "2"

services:
  default:
    build: .
    environment:
      - DISPLAY=unix:0
    privileged: true      
    volumes:
      - /tmp/.X11-unix:/tmp/.X11-unix