fix(docker): use host hostname for downloader

This commit is contained in:
saltbo
2026-06-06 20:34:16 -04:00
parent 7e7eeb4ca7
commit 475cb46557
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ services:
downloader:
image: ghcr.io/saltbo/zpan:latest-cli
command: ["downloader", "up"]
hostname: "${HOSTNAME:-zpan-downloader}"
ports:
- "${ZPAN_BT_PORT:-6881}:6881/tcp"
- "${ZPAN_BT_PORT:-6881}:6881/udp"
+1
View File
@@ -23,6 +23,7 @@ services:
downloader:
image: ghcr.io/saltbo/zpan:latest-cli
hostname: "${HOSTNAME:-zpan-downloader}"
ports:
- "${ZPAN_BT_PORT:-6881}:6881/tcp"
- "${ZPAN_BT_PORT:-6881}:6881/udp"