-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug / error for Mongo Express and Mongo Compass to connect to Mon…
…godb
- Loading branch information
Dr.Snowbird
authored and
Dr.Snowbird
committed
Feb 19, 2019
1 parent
d0d7709
commit b2624ed
Showing
7 changed files
with
429 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#### Ref: https://vsupalov.com/docker-arg-env-variable-guide/ | ||
#### Rider configuration for run.sh #### | ||
# - Use "#VOLUMES" and "#PORTS" to indicate that the variables for run.sh" | ||
# - To ignore line, use "##" (double) in the beginning, e.g. "##VOLUMES" and "##PORTS" | ||
# - To indicate that the variables for run.sh", use only one "#", e.g. "#VOLUMES" and "#PORTS" | ||
## VOLUMES_LIST="./data:data ./workspace:workspace" | ||
|
||
#VOLUMES_LIST="data workspace" | ||
|
||
#### ---- Mongodb login/password ---- | ||
MONGO_INITDB_ROOT_USERNAME=mongoadmin | ||
MONGO_INITDB_ROOT_PASSWORD=mongoadmin | ||
|
||
#PORTS_LIST=27017:27017 |
Oops, something went wrong.