docs: Add restart policy (#173)

This commit is contained in:
Kroese 2025-02-10 00:16:57 +01:00 committed by GitHub
parent 4cbec8a9b5
commit 2f0bc64fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@ services:
- NET_ADMIN
ports:
- 8006:8006
restart: always
stop_grace_period: 2m
```