Browse Source

Fix mongo ENV variables (#1375)

Looks like a copy paste error.  The `mongo` image uses different env variables.
pull/1445/head
Steven T. Cramer 4 years ago
committed by GitHub
parent
commit
2146926e10
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      samples/mongo-sample/tye.yaml

4
samples/mongo-sample/tye.yaml

@ -3,9 +3,9 @@ services:
- name: mongo
image: mongo
env:
- name: ME_CONFIG_MONGODB_ADMINUSERNAME
- name: MONGO_INITDB_ROOT_USERNAME
value: root
- name: ME_CONFIG_MONGODB_ADMINPASSWORD
- name: MONGO_INITDB_ROOT_PASSWORD
value: example
bindings:
- port: 27017

Loading…
Cancel
Save