mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Remove unnecessary volumes from docker-compose
This commit is contained in:
parent
4d027c5969
commit
addb8c49dd
1 changed files with 2 additions and 4 deletions
|
@ -15,11 +15,9 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- blah2_api
|
- blah2_api
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
|
||||||
- /run/systemd/system:/run/systemd/system
|
|
||||||
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
|
||||||
- ~/blah2/replay:/blah2/replay
|
|
||||||
- ./config:/blah2/config
|
- ./config:/blah2/config
|
||||||
|
- /opt/blah2/save:/blah2/save
|
||||||
|
- /dev/shm:/dev/shm
|
||||||
network_mode: host
|
network_mode: host
|
||||||
privileged: true
|
privileged: true
|
||||||
command: >
|
command: >
|
||||||
|
|
Loading…
Reference in a new issue