Autostart mongo

master
Kuba Orlik 2 months ago
parent 669c79f0b7
commit 86c8f583d8

@ -4,6 +4,7 @@ services:
image: mongo:4.4-bionic
ports:
- "127.0.0.1:${PORT:-2074}7:27017"
restart: unless-stopped
test:
image: sealious-app:latest
build:

Loading…
Cancel
Save