docs: Add restart policy (#888)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled

This commit is contained in:
Kroese 2025-02-10 00:31:32 +01:00 committed by GitHub
parent 41db7c1035
commit 619657adf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@ services:
- 5000:5000
volumes:
- /var/dsm:/storage
restart: always
stop_grace_period: 2m
```