refactor: re-order file
This commit is contained in:
parent
8664fb395e
commit
c53b246608
|
@ -1,7 +1,3 @@
|
||||||
networks:
|
|
||||||
traefik_proxy:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: "traefik:v2.4"
|
image: "traefik:v2.4"
|
||||||
|
@ -21,3 +17,7 @@ services:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
networks:
|
networks:
|
||||||
- traefik_proxy
|
- traefik_proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik_proxy:
|
||||||
|
external: true
|
||||||
|
|
Reference in a new issue