Commit 02b03692 authored by tsukumi's avatar tsukumi

Fix: docker-compose restart options

parent 3d3fd5ab
......@@ -6,7 +6,7 @@ services:
api:
image: shadowban-tester
container_name: shadowban-tester-api
# restart: always
restart: unless-stopped
build:
context: .
depends_on:
......@@ -22,7 +22,7 @@ services:
mongo:
image: mongo
container_name: shadowban-tester-mongo
restart: always
restart: unless-stopped
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_USERNAME}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORD}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment