mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
Update Dockerfile (#363)
This commit is contained in:
parent
c8e9bfc606
commit
b7a00eb1eb
|
@ -12,6 +12,16 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
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 \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user