trivial
This commit is contained in:
parent
0ff133f214
commit
2d863aebd7
@ -7,14 +7,11 @@ services:
|
|||||||
- IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk.
|
- IPC_LOCK # lock memory to prevent sensitive values from being swapped to disk.
|
||||||
environment:
|
environment:
|
||||||
- DISPLAY=unix$DISPLAY
|
- DISPLAY=unix$DISPLAY
|
||||||
# - PULSE_SERVER=unix:$XDG_RUNTIME_DIR/pulse/native
|
|
||||||
init: true
|
init: true
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
shm_size: 4G
|
shm_size: 4G
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix:ro
|
- /tmp/.X11-unix:/tmp/.X11-unix:ro
|
||||||
# - $XDG_RUNTIME_DIR/pulse:/run/user/1000/pulse
|
|
||||||
# Make .config/Dogecoin/Dogecoin-Qt.conf persistent
|
# Make .config/Dogecoin/Dogecoin-Qt.conf persistent
|
||||||
- ./data:/home/user
|
- ./data:/home/user
|
||||||
|
Loading…
Reference in New Issue
Block a user