Skip to content
Snippets Groups Projects
Commit edf7c41c authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Export Tango databaseds port 10000 for Tango on host system

parent dbdba5f8
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ services:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-cpp:latest
container_name: ${CONTAINER_NAME_PREFIX}databaseds
network_mode: ${NETWORK_MODE}
ports:
- "10000:10000"
depends_on:
- tangodb
environment:
......
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