Add restart policy to Docker Compose configuration

This commit is contained in:
2025-08-30 13:45:59 +02:00
parent 3ab58cd036
commit 17c65ece8f

View File

@@ -6,6 +6,7 @@ services:
working_dir: /app
volumes:
- .:/app
restart: always
ports:
- "6756:6756"
command: >