Set restart to unless-stopped

This commit is contained in:
2025-04-25 18:22:02 +02:00
parent a0b1949f7e
commit 9fd9bfa072
+2 -2
View File
@@ -2,7 +2,7 @@ services:
db:
image: mongo
container_name: Lynx-DB
restart: always
restart: unless-stopped
security_opt:
- no-new-privileges:true
healthcheck:
@@ -18,7 +18,7 @@ services:
lynx:
image: jackbailey/lynx
container_name: Lynx
restart: always
restart: unless-stopped
ports:
- 3485:3000
depends_on: