Skip to content
Snippets Groups Projects
Commit 981dca0c authored by jurgenhaas's avatar jurgenhaas
Browse files

#28 Add host IP to /etc/hosts

parent ad7e50fb
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ services:
{% if webgrind.enable %}
- files:/mnt/files
{% endif %}
extra_hosts:
- '{{ projectname }}.docker.localhost:{{ docker0.ip }}'
{{ webserver.type }}:
{% if webserver.type == 'nginx' %}
......
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