mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Fix for #6 in Docker > 25.0.0 shm writeable
This commit is contained in:
parent
257e889b0a
commit
1863403714
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue