version: '3.7' services: dogecoin: build: . cap_add: - IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk. environment: - DISPLAY=unix$DISPLAY # - PULSE_SERVER=unix:$XDG_RUNTIME_DIR/pulse/native init: true network_mode: bridge shm_size: 4G volumes: - /etc/localtime:/etc/localtime:ro - /etc/machine-id:/etc/machine-id:ro - /tmp/.X11-unix:/tmp/.X11-unix:ro # - $XDG_RUNTIME_DIR/pulse:/run/user/1000/pulse