Merge pull request #938 from pkishino/logging

Added option to log transmission to docker logs
This commit is contained in:
Kristian Haugene
2020-02-02 22:28:59 +01:00
committed by GitHub
6 changed files with 17 additions and 4 deletions

View File

@@ -126,7 +126,8 @@ ENV OPENVPN_USERNAME=**None** \
TRANSMISSION_WEB_HOME= \
DROP_DEFAULT_ROUTE= \
WEBPROXY_ENABLED=false \
WEBPROXY_PORT=8888
WEBPROXY_PORT=8888 \
DOCKER_LOG=false
# Expose port and run
EXPOSE 9091