Set restart to always

This commit is contained in:
2025-04-12 17:08:17 +02:00
parent 9bfe051c71
commit a0b1949f7e
+2 -3
View File
@@ -1,9 +1,8 @@
version: "3.9"
services:
db:
image: mongo
container_name: Lynx-DB
restart: on-failure:5
restart: always
security_opt:
- no-new-privileges:true
healthcheck:
@@ -19,7 +18,7 @@ services:
lynx:
image: jackbailey/lynx
container_name: Lynx
restart: on-failure:5
restart: always
ports:
- 3485:3000
depends_on: