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