From c635074dcc4cb9733d888cf044c69a082e4325d6 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Thu, 16 Jun 2022 11:14:44 +0000 Subject: [PATCH] Update docker-compose.yaml --- 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"