Compare commits

...
2 Commits
Author SHA1 Message Date
thedarty 9fd9bfa072 Set restart to unless-stopped 2025-04-25 18:22:02 +02:00
thedarty a0b1949f7e Set restart to always 2025-04-12 17:08:17 +02:00
+2 -3
View File
@@ -1,9 +1,8 @@
version: "3.9"
services:
db:
image: mongo
container_name: Lynx-DB
restart: on-failure:5
restart: unless-stopped
security_opt:
- no-new-privileges:true
healthcheck:
@@ -19,7 +18,7 @@ services:
lynx:
image: jackbailey/lynx
container_name: Lynx
restart: on-failure:5
restart: unless-stopped
ports:
- 3485:3000
depends_on: