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.

19 lines
454 B

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
- USER_ID=1000
init: true
network_mode: bridge
shm_size: 4G
volumes:
- /etc/localtime:/etc/localtime:ro
- /tmp/.X11-unix:/tmp/.X11-unix:ro
# Make .config/Dogecoin/Dogecoin-Qt.conf persistent
- ./data:/home/user