Add port 18089 to Caddy
This commit is contained in:
parent
a4bc8582e8
commit
8d0fd726d1
|
@ -30,6 +30,7 @@
|
||||||
published_ports:
|
published_ports:
|
||||||
- 80:80/tcp
|
- 80:80/tcp
|
||||||
- 443:443/tcp
|
- 443:443/tcp
|
||||||
|
- 18089:18089/tcp
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ services.caddy.volume }}/Caddyfile:/etc/caddy/Caddyfile:ro"
|
- "{{ services.caddy.volume }}/Caddyfile:/etc/caddy/Caddyfile:ro"
|
||||||
- "{{ services.caddy.volume }}/config:/config:rw"
|
- "{{ services.caddy.volume }}/config:/config:rw"
|
||||||
|
|
Reference in a new issue