docs: Add restart policy (#247)

This commit is contained in:
Kroese 2025-02-10 00:26:09 +01:00 committed by GitHub
parent d5533d16bd
commit f0a7761e76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ services:
- 8006:8006 - 8006:8006
- 3389:3389/tcp - 3389:3389/tcp
- 3389:3389/udp - 3389:3389/udp
restart: always
stop_grace_period: 2m stop_grace_period: 2m
``` ```