Skip to content

Commit

Permalink
fix(chore): update deprecated external.name
Browse files Browse the repository at this point in the history
  • Loading branch information
belyaev-dev authored and korridor committed Jun 3, 2024
1 parent c2d8825 commit 4f16c6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ The dashboard shows you the configured routers, services, middleware, etc.
version: '3.8'
networks:
frontend:
external:
name: reverse-proxy-docker-traefik_routing
external: true
name: reverse-proxy-docker-traefik_routing
services:
someservice:
restart: always
Expand Down Expand Up @@ -257,8 +257,8 @@ The dashboard shows you the configured routers, services, middlewares, etc.
version: '3.8'
networks:
frontend:
external:
name: reverse-proxy-docker-traefik_routing
external: true
name: reverse-proxy-docker-traefik_routing
services:
someservice:
restart: always
Expand Down Expand Up @@ -330,8 +330,8 @@ mkcert -key-file local.key.pem -cert-file local.cert.pem "*.local" "*.test" "*.s
version: '3.8'
networks:
frontend:
external:
name: reverse-proxy-docker-traefik_routing
external: true
name: reverse-proxy-docker-traefik_routing
services:
someservice:
restart: always
Expand Down

0 comments on commit 4f16c6b

Please sign in to comment.