akretion/docky

Resolv not work with project folder with Upper Case

Closed this issue · 1 comments

EBII commented

if folder project use upperCase like V10toto
in the browser you can not access any http://V10toto:8069 or http://v10toto:8069

you need to change in dev.resolv.conf the container name with lowercase
container_name: v10toto
and use the url http://v10toto:8069

fixed here : 4791453