fix restart policy

This commit is contained in:
Will Murphy 2022-01-01 16:28:45 -06:00
parent 715b2a6305
commit 8ce1860386

View file

@ -3,7 +3,7 @@ version: "3.8"
services:
guppe:
build: .
restart: unless-stopped
restart: always
ports:
- 443:443
- 80:80
@ -24,7 +24,7 @@ services:
mongodb:
image: mongo:4.2
restart: unless-stopped
restart: always
volumes:
- mongo-data:/data/db
logging: