mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-04 18:45:49 +01:00
tidy up Dockerfile, init and services files spruce up README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user