mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
docker-compose needs 'restart: always' on all containers
This commit is contained in:
@@ -3,6 +3,7 @@ version: '3'
|
||||
services:
|
||||
mongo:
|
||||
image: mongo:4.4
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NS_MONGO_DATA_DIR:-./mongo-data}:/data/db:cached
|
||||
|
||||
@@ -56,6 +57,7 @@ services:
|
||||
|
||||
traefik:
|
||||
image: traefik:latest
|
||||
restart: always
|
||||
container_name: 'traefik'
|
||||
command:
|
||||
- '--providers.docker=true'
|
||||
|
||||
Reference in New Issue
Block a user