Development

This commit is contained in:
Kroese 2023-04-23 21:22:39 +02:00 committed by GitHub
parent b5612db73e
commit a03c9cd079

View File

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