Update docker-compose.yml

Update docker-compose.yml
This commit is contained in:
Kroese 2023-04-23 21:17:24 +02:00 committed by GitHub
commit b5612db73e

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