Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7489aedab5 | ||
|
|
5647c1f44c | ||
|
|
4a5851a753 | ||
|
|
5496bf9e69 | ||
|
|
f3450337f2 |
+3
-3
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:8
|
FROM debian:9
|
||||||
MAINTAINER Dominique Barton
|
MAINTAINER Dominique Barton
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -21,7 +21,7 @@ RUN chmod 755 /couchpotato.sh
|
|||||||
|
|
||||||
RUN export VERSION=3.0.1 \
|
RUN export VERSION=3.0.1 \
|
||||||
&& apt-get -q update \
|
&& apt-get -q update \
|
||||||
&& apt-get install -qy curl python-pip python-dev libz-dev libxml2-dev libxslt1-dev gcc \
|
&& apt-get install -qy curl ca-certificates python-pip python-dev libz-dev libxml2-dev libxslt1-dev gcc \
|
||||||
&& curl -o /tmp/couchpotato.tar.gz https://codeload.github.com/CouchPotato/CouchPotatoServer/tar.gz/build/${VERSION} \
|
&& curl -o /tmp/couchpotato.tar.gz https://codeload.github.com/CouchPotato/CouchPotatoServer/tar.gz/build/${VERSION} \
|
||||||
&& tar xzf /tmp/couchpotato.tar.gz \
|
&& tar xzf /tmp/couchpotato.tar.gz \
|
||||||
&& mv CouchPotatoServer-* couchpotato \
|
&& mv CouchPotatoServer-* couchpotato \
|
||||||
@@ -37,7 +37,7 @@ RUN export VERSION=3.0.1 \
|
|||||||
# Define container settings.
|
# Define container settings.
|
||||||
#
|
#
|
||||||
|
|
||||||
VOLUME ["/datadir", "/download"]
|
VOLUME ["/datadir", "/media"]
|
||||||
|
|
||||||
EXPOSE 5050
|
EXPOSE 5050
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ couchpotato:
|
|||||||
Please mount the following volumes inside your CouchPotato container:
|
Please mount the following volumes inside your CouchPotato container:
|
||||||
|
|
||||||
* `/datadir`: Holds all the CouchPotato data files (e.g. config, postProcessing)
|
* `/datadir`: Holds all the CouchPotato data files (e.g. config, postProcessing)
|
||||||
* `/media`: Directory for TV shows
|
* `/media`: Directory for movies
|
||||||
|
|
||||||
### Configuration file
|
### Configuration file
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user