Underscore vs hyphen in Docker Container and Volume Names #146
Unanswered
JohnKallies
asked this question in
Helps to know
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At some point, the authors of Docker software changed the character used as a separator, from an underscore (“_”) to a hyphen (“-“). This means that the default Docker service URL values in your environment files may not be correct. This will cause the docker-compose commands in the Quickstart and Development configurations to fail. If this affects your Quickstart demo, then try these steps:
• ELASTICSEARCH_URI=http://osmt_quickstart_elasticsearch_1:9200
• REDIS_URI=osmt_quickstart_redis_1:6379
You can see this site for additional context:
• https://stackoverflow.com/questions/69464001/docker-compose-container-name-use-dash-instead-of-underscore
Beta Was this translation helpful? Give feedback.
All reactions