tidy up Dockerfile, init and services files spruce up README

This commit is contained in:
sparklyballs
2016-08-09 10:40:46 +01:00
parent c3b8ed7c83
commit 037c87a002
4 changed files with 36 additions and 15 deletions

View File

@@ -6,9 +6,9 @@ RUN \
apk add --no-cache \
transmission-daemon
# add local files
# copy local files
COPY root/ /
# Volumes and Ports
VOLUME /config /downloads /watch
# ports and volumes
EXPOSE 9091 51413
VOLUME /config /downloads /watch