fix: update Docker container restart policy to 'unless-stopped'

This commit is contained in:
Manuel Weiser 2024-09-05 09:42:48 +02:00
parent bb33b3d533
commit 5031ebf4b2

View File

@ -9,4 +9,4 @@ services:
volumes:
- /home/manuel/docker/MikaApp/instance:/usr/src/app/instance
command: ["./start.sh"]
restart: always
restart: unless-stopped