Changed: BFFH Port to default 59661

This commit is contained in:
TheJoKlLa 2022-09-28 16:13:09 +02:00
parent 6e073e054d
commit 65b3890a97

View File

@ -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"