|
|
|
|
@ -19,7 +19,7 @@ services:
|
|
|
|
|
image: mongo-express:latest |
|
|
|
|
depends_on: |
|
|
|
|
- mongodb |
|
|
|
|
restart: on-failure |
|
|
|
|
restart: unless-stopped |
|
|
|
|
ports: |
|
|
|
|
- "8081:8081" |
|
|
|
|
links: |
|
|
|
|
@ -32,4 +32,4 @@ services:
|
|
|
|
|
- ME_CONFIG_MONGODB_SERVER=mongodb |
|
|
|
|
- ME_CONFIG_MONGODB_PORT=27017 |
|
|
|
|
- ME_CONFIG_MONGODB_ENABLE_ADMIN=true |
|
|
|
|
- ME_CONFIG_OPTIONS_EDITORTHEME=default |
|
|
|
|
- ME_CONFIG_OPTIONS_EDITORTHEME=default |
|
|
|
|
|