flargargoyl
flargargoyl
How this path is taken? Ive tried: absolute path within my repo (/docker-compose/{filename}-compose.yml ) Ive tried just the {filename}-compose.yml when it`s in the root of my repo ive tried renaming...
using the available information, configured servcie manager: image: adyanth/traefik-container-manager-service expose: - 10000 volumes: - '/var/run/docker.sock:/var/run/docker.sock' networks: t2_proxy: labels: - traefik.enable=true - traefik.http.routers.manager.entrypoints=http - traefik.http.routers.manager.rule=HostRegexp(`{host:.+}`) - traefik.http.routers.manager.priority=1 - traefik.http.middlewares.manager.errors.status=404 - traefik.http.middlewares.manager.errors.service=manager...