This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 40822004 authored by Michael Breu's avatar Michael Breu
Browse files

Fixes #364: DNS Auflösung für Docker Container auf Host

parent 2ec92c24
Branches
1 merge request!1772023 März Release
......@@ -98,6 +98,16 @@ services:
networks:
- backend
- frontend
docker-hoster:
image: dvdarias/docker-hoster
volumes:
- /etc/hosts:/tmp/hosts
- /var/run/docker.sock:/tmp/docker.sock
restart: always
networks:
- backend
- frontend
# sharing_elasticsearch:
# image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.6'
# container_name: sharing_elasticsearch
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment