Compare commits

...
1 Commits
Author SHA1 Message Date
thedarty 9ef1e621b5 Set restart to always 2025-04-25 18:22:41 +02:00
+2 -2
View File
@@ -2,7 +2,7 @@ services:
db:
image: mongo
container_name: Lynx-DB
restart: unless-stopped
restart: always
security_opt:
- no-new-privileges:true
healthcheck:
@@ -18,7 +18,7 @@ services:
lynx:
image: jackbailey/lynx
container_name: Lynx
restart: unless-stopped
restart: always
ports:
- 3485:3000
depends_on: