Loading traefik/docker-compose.dev.yml +1 −8 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ services: command: - "--logLevel=INFO" - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" - "--entrypoints=Name:https Address::443" - "--entrypoints=Name:https Address::443 TLS" - "--defaultentrypoints=http,https" - "--docker.swarmmode" - "--acme" Loading @@ -14,13 +14,6 @@ services: - "--acme.storage=acme.json" - "--acme.entrypoint=https" - "--acme.httpchallenge.entrypoint=http" ports: - target: 80 published: 80 mode: host - target: 443 published: 443 mode: host deploy: mode: replicated replicas: 1 Loading Loading
traefik/docker-compose.dev.yml +1 −8 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ services: command: - "--logLevel=INFO" - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" - "--entrypoints=Name:https Address::443" - "--entrypoints=Name:https Address::443 TLS" - "--defaultentrypoints=http,https" - "--docker.swarmmode" - "--acme" Loading @@ -14,13 +14,6 @@ services: - "--acme.storage=acme.json" - "--acme.entrypoint=https" - "--acme.httpchallenge.entrypoint=http" ports: - target: 80 published: 80 mode: host - target: 443 published: 443 mode: host deploy: mode: replicated replicas: 1 Loading