Fix for #6 in Docker > 25.0.0 shm writeable

This commit is contained in:
30hours 2024-02-16 04:38:58 +00:00
parent 257e889b0a
commit 1863403714

View file

@ -17,7 +17,7 @@ services:
volumes:
- ./config:/blah2/config
- /opt/blah2/save:/blah2/save
- /dev/shm:/dev/shm
- /dev/shm:/dev/shm:z
- /dev/usb:/dev/usb
network_mode: host
privileged: true