fix: Adds restart policy to compose file.
Some checks failed
CI / release (push) Has been cancelled

This commit is contained in:
2025-04-05 16:33:14 -04:00
parent 76a57b4560
commit 7a6e4d17ac

View File

@@ -2,6 +2,7 @@ services:
docs:
image: git.housh.dev/homelab/docs:latest
container_name: docs
restart: unless-stopped
ports:
- ${PORT:-8081}:80
networks: