docs: Add restart policy

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

View file

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