Remove unnecessary volumes from docker-compose

This commit is contained in:
30hours 2024-01-02 12:25:36 +00:00
parent 4d027c5969
commit addb8c49dd

View file

@ -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: >