mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-14 16:00:25 +02:00
fix: bind mongodb only to local
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ services:
|
|||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "127.0.0.1:27017:27017"
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: $DB_USERNAME
|
MONGO_INITDB_ROOT_USERNAME: $DB_USERNAME
|
||||||
MONGO_INITDB_ROOT_PASSWORD: $DB_PASSWORD
|
MONGO_INITDB_ROOT_PASSWORD: $DB_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user