Update Dockerfile (#363)

This commit is contained in:
Dev Aggarwal 2018-03-23 18:36:05 +05:30 committed by Jess Frazelle
parent c8e9bfc606
commit b7a00eb1eb

View File

@ -12,6 +12,16 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# machine parsable metadata, for https://github.com/pycampers/dockapt
LABEL "registry_image"="r.j3ss.co/couchpotato"
LABEL "docker_run_flags"="-d \
--restart always \
-p 5050:5050 \
-v /etc/localtime:/etc/localtime:ro \
-v /volumes/couchpotato:/data \
--link transmission:transmission \
--name couchpotato"
RUN apk add --no-cache \
ca-certificates \