added restart policy

This commit is contained in:
Max Buz
2025-01-28 23:22:16 +01:00
committed by GitHub
parent f8edc690b8
commit 5651b24065

View File

@@ -8,4 +8,5 @@ services:
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
env_file:
- .env
- .env
restart: unless-stopped