proton/docker-compose.yml
2019-01-01 17:01:19 +01:00

23 lines
407 B
YAML

version: '3.7'
services:
proton:
init: true
# tty: true
# stdin_open: true
hostname: proton
network_mode: bridge
# image: andrey01/wine
build: .
shm_size: 4G
environment:
- UID=1000
volumes:
- /etc/localtime:/etc/localtime:ro
- ./data:/home/user
# security_opt:
# - apparmor=unconfined
# cap_add:
# - SYS_PTRACE
# - ALL