mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +00:00
allow deluge log level to be controlled
This commit is contained in:
parent
090b77c5af
commit
5c23c9dec2
@ -10,4 +10,4 @@ fi
|
||||
|
||||
cd "${DELUGE_APP}"
|
||||
python ./docker/bin/create_config.py
|
||||
python -m deluge.core.daemon_entry -c "${DELUGE_CONFIG_DIR}" -d -L debug
|
||||
python -m deluge.core.daemon_entry -c "${DELUGE_CONFIG_DIR}" -d -L "${DELUGE_LOG_LEVEL}"
|
@ -14,6 +14,7 @@ ENV DELUGE_RPC_PORT=6890
|
||||
ENV DELUGE_LISTEN_PORTS=6891,6892
|
||||
ENV DELUGE_DAEMON_USERNAME=user
|
||||
ENV DELUGE_DAEMON_PASSWORD=password
|
||||
ENV DELUGE_LOG_LEVEL=debug
|
||||
|
||||
RUN mkdir -p ${DELUGE_APP} ${DELUGE_CONFIG_DIR}
|
||||
RUN groupadd -g ${GID} deluge_user \
|
||||
|
Loading…
x
Reference in New Issue
Block a user