Changed network #1
@@ -27,6 +27,14 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
|
||||
- "traefik.http.routers.whoami.entrypoints=web"
|
||||
|
||||
test:
|
||||
image: ghcr.io/kljensen/hello-world-http:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.test.rule=Host(`test.docker.localhost`)"
|
||||
- "traefik.http.routers.test.entrypoints=web"
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user