Update docker-compose.yml

This commit is contained in:
Kroese 2023-04-23 21:17:07 +02:00 committed by GitHub
parent 837b79b622
commit 90d567ea72

View File

@ -14,6 +14,6 @@ services:
ports: ports:
- 5000:5000 - 5000:5000
volumes: volumes:
- /var/dsm:/storage - /opt/dsm:/storage
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m