5 Commits
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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