You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
407 B

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