Skip to content
Snippets Groups Projects
Verified Commit 713be3c8 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Fix bad mongo URL in Compose [skip ci]

parent ad6f1e41
No related branches found
No related tags found
No related merge requests found
Pipeline #52977 skipped
......@@ -26,7 +26,7 @@ services:
env_file: ./secrets/omf.secrets
# Set this in docker-compose because container-names dependant
environment:
MONGODB_URI: omf-mongo://mongo/ohmyform
MONGODB_URI: mongodb://omf-mongo/ohmyform
links:
- omf-mongo
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment