mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +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:
|
volumes:
|
||||||
- ./config:/blah2/config
|
- ./config:/blah2/config
|
||||||
- /opt/blah2/save:/blah2/save
|
- /opt/blah2/save:/blah2/save
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm:z
|
||||||
- /dev/usb:/dev/usb
|
- /dev/usb:/dev/usb
|
||||||
network_mode: host
|
network_mode: host
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in a new issue