Add storage folder by default

This commit is contained in:
Kroese 2023-04-23 21:23:03 +02:00 committed by GitHub
commit 2ead2abe47

View File

@ -46,6 +46,8 @@ services:
- NET_ADMIN
ports:
- 5000:5000
volumes:
- /opt/dsm:/storage
restart: on-failure
stop_grace_period: 1m
```