Update docker-compose.yaml

This commit is contained in:
TheJoKlLa 2022-06-16 11:14:44 +00:00
parent 0ca6b3f588
commit c635074dcc

View File

@ -13,7 +13,7 @@ services:
pull_policy: always pull_policy: always
restart: always restart: always
ports: 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"] entrypoint: ["sh", "-c", "bffhd -c /etc/bffh/bffh.dhall --load=/etc/bffh/users.toml; bffhd -c /etc/bffh/bffh.dhall"]
environment: environment:
- "BFFH_LOG=debug" - "BFFH_LOG=debug"