diff --git a/docker-compose.yml b/docker-compose.yml index 2d8c358..fe2ecde 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" networks: - traefik_traefik-network: + traefik: external: true services: @@ -11,7 +11,7 @@ services: restart: unless-stopped build: . networks: - - traefik_traefik-network + - traefik labels: - traefik.http.routers.recipes.rule=Host(`recipes.whitney.rip`) - traefik.http.routers.recipes.tls=true