11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
# see https://github.com/bastienwirtz/homer#using-docker-compose
|
||
|
HOST_USER=1000
|
||
|
|
||
|
HOST_DATA_DIR=./data
|
||
|
|
||
|
WEBUI_BIND_ADDR=127.0.0.1
|
||
|
WEBUI_BIND_PORT=8084
|
||
|
|
||
|
LOG_MAX_SIZE=5m
|
||
|
LOG_MAX_FILE=5
|