Skip to content

Commit 779da2d

Browse files
committed
fix: align homegate service port
1 parent 4869e9b commit 779da2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ services:
294294
- homegate_data:/root/.homegate
295295
- ./homegate-config.toml:/root/.homegate/config.toml:ro
296296
ports:
297-
- "${HOMEGATE_PORT:-6288}:8080"
297+
- "${HOMEGATE_PORT:-6288}:6288"
298298

299299
trezor-user-env-mac:
300300
image: ghcr.io/trezor/trezor-user-env

homegate-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Homegate configuration for the default bitkit-docker stack.
22

33
database_url = "postgres://postgres:postgres@homegate-postgres:5432/pubky_homegate"
4-
http_listen_socket = "0.0.0.0:8080"
4+
http_listen_socket = "0.0.0.0:6288"
55
allow_cors = true
66

77
[homeserver]

0 commit comments

Comments
 (0)