diff --git a/docker-compose.yml b/docker-compose.yml index e49fb66..fd120dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,9 +24,14 @@ services: #- './conf/acme.json:/acme.json' labels: - "traefik.enable=true" - + whoami: # A container that exposes an API to show its IP address image: traefik/whoami labels: - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)" + + +networks: + web: + external: true \ No newline at end of file