docs: Remove restart policy

This commit is contained in:
Kroese 2024-05-15 17:22:47 +02:00 committed by GitHub
parent 7814a5f3aa
commit e0e3cc1380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,6 @@ services:
- 5000:5000 - 5000:5000
volumes: volumes:
- /var/dsm:/storage - /var/dsm:/storage
restart: on-failure
stop_grace_period: 2m stop_grace_period: 2m
``` ```