From 65b3890a97603ea3eb7ee2aa038fdff0b22760b4 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Wed, 28 Sep 2022 16:13:09 +0200 Subject: [PATCH] Changed: BFFH Port to default 59661 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8d26a71..b89067e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -13,7 +13,7 @@ services: pull_policy: always restart: always ports: - - "59666:59661" + - "59661:59661" entrypoint: ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh/users.toml; bffhd -c /etc/bffh/bffh.dhall"] environment: - "BFFH_LOG=debug"