From fec50bd5d4145969171025f42e6b48c2b5d771a6 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Tue, 17 May 2022 19:54:13 +0200 Subject: [PATCH] update to newest bffh --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index bb8180e..de655d0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,14 +9,14 @@ services: # - "./config/dnsrobocert:/etc/dnsrobocert" bffh: - image: registry.gitlab.com/fabinfra/fabaccess/bffh:v0.3-pre + image: registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest 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: - - "RUST_LOG=debug" + - "BFFH_LOG=debug" volumes: # generate a sample config.toml by running "docker run registry.gitlab.com/fabinfra/fabaccess/bffh:dev-latest --print-default > examples/config.toml" from the project root. You may have to delete the ipv6 listen section. - "./config/bffh:/etc/bffh"