diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 62cf5b2..f40e0bd 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -30,7 +30,7 @@ services: labels: - 'traefik.enable=true' - 'traefik.docker.network=docknet' - - 'traefik.http.routers.labs-bopeep.rule=Host(`area51.mifi.dev`) && PathPrefix(`/bopeep`)' + - 'traefik.http.routers.labs-bopeep.rule=Host(`area51.mifi.dev`)' - 'traefik.http.routers.labs-bopeep.entrypoints=websecure' - 'traefik.http.routers.labs-bopeep.tls=true' - 'traefik.http.routers.labs-bopeep.tls.certresolver=letsencrypt'