homer: fix caddy published URL
This commit is contained in:
@@ -383,6 +383,9 @@ services:
|
|||||||
container_name: homer
|
container_name: homer
|
||||||
ports:
|
ports:
|
||||||
- "${HOMER_EXTERNAL_PORT}:${HOMER_INTERNAL_PORT}"
|
- "${HOMER_EXTERNAL_PORT}:${HOMER_INTERNAL_PORT}"
|
||||||
|
labels:
|
||||||
|
caddy: dashboard.home.arpa
|
||||||
|
caddy.reverse_proxy: "{{ upstreams $HOMER_INTERNAL_PORT }}"
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
ipv4_address: 192.168.240.19
|
ipv4_address: 192.168.240.19
|
||||||
|
|||||||
Reference in New Issue
Block a user