fix restart policy
This commit is contained in:
parent
715b2a6305
commit
8ce1860386
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue