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