Added option to log transmission to docker logs

This commit is contained in:
Patrick Kishino
2019-10-31 13:10:25 +09:00
parent e6ba0d7c10
commit bd0a19689b
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