fix: update Docker container restart policy to 'unless-stopped'
This commit is contained in:
parent
bb33b3d533
commit
5031ebf4b2
@ -9,4 +9,4 @@ services:
|
||||
volumes:
|
||||
- /home/manuel/docker/MikaApp/instance:/usr/src/app/instance
|
||||
command: ["./start.sh"]
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user