feat: add restart policy to Docker container for automatic restarts until manually stopped

This commit is contained in:
Manuel Weiser 2024-09-05 09:42:28 +02:00
parent 286b23bf93
commit bb33b3d533

View File

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