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"