fix: Default folder

This commit is contained in:
Kroese 2023-12-17 09:39:19 +01:00 committed by GitHub
parent 150c450bf6
commit 95c3b2caad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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