Networks: create internal docker network for proxy server
Prepare to use caddy in docker
This commit is contained in:
@ -5,3 +5,10 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:{{ homepage_port }}:80"
|
||||
networks:
|
||||
- "{{ web_proxy_network }}"
|
||||
|
||||
networks:
|
||||
{{ web_proxy_network }}:
|
||||
external: true
|
||||
|
||||
|
Reference in New Issue
Block a user