Skip to content

Commit

Permalink
Update Dockerfile (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy authored and jessfraz committed Mar 23, 2018
1 parent c8e9bfc commit b7a00eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions couchpotato/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

# 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 \
Expand Down

0 comments on commit b7a00eb

Please sign in to comment.