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: services:
guppe: guppe:
build: . build: .
restart: unless-stopped restart: always
ports: ports:
- 443:443 - 443:443
- 80:80 - 80:80
@ -24,7 +24,7 @@ services:
mongodb: mongodb:
image: mongo:4.2 image: mongo:4.2
restart: unless-stopped restart: always
volumes: volumes:
- mongo-data:/data/db - mongo-data:/data/db
logging: logging: