docs: Add restart policy (#185)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled

This commit is contained in:
Kroese 2025-02-10 00:27:27 +01:00 committed by GitHub
parent c2422ba1a4
commit 028b71f593
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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