docs: Remove restart policy (#732)

This commit is contained in:
Kroese 2024-05-15 17:23:09 +02:00 committed by GitHub
parent fba0eb527b
commit acffcf3774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -12,5 +12,4 @@ services:
- 5000:5000
volumes:
- /var/dsm:/storage
restart: on-failure
stop_grace_period: 2m

View File

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