Compare commits

5 Commits

Author SHA1 Message Date
Dominique Barton
7489aedab5 FEATURE: Update to Debian 9 2019-07-16 16:41:52 +02:00
Dominique Barton
5647c1f44c Merge branch 'develop' 2019-07-16 16:40:34 +02:00
Dominique Barton
4a5851a753 DOCS: Replaced "TV shows" with "movies" 2016-11-11 10:44:14 +01:00
Dominique Barton
5496bf9e69 BUGFIX: Rename volume from /download to /media 2016-08-28 20:20:48 +02:00
Dominique Barton
f3450337f2 BUGFIX: Added ca-certificates because of SSL connectivity 2016-03-11 17:54:44 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:8
FROM debian:9
MAINTAINER Dominique Barton
#
@@ -21,7 +21,7 @@ RUN chmod 755 /couchpotato.sh
RUN export VERSION=3.0.1 \
&& 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} \
&& tar xzf /tmp/couchpotato.tar.gz \
&& mv CouchPotatoServer-* couchpotato \
@@ -37,7 +37,7 @@ RUN export VERSION=3.0.1 \
# Define container settings.
#
VOLUME ["/datadir", "/download"]
VOLUME ["/datadir", "/media"]
EXPOSE 5050

View File

@@ -51,7 +51,7 @@ couchpotato:
Please mount the following volumes inside your CouchPotato container:
* `/datadir`: Holds all the CouchPotato data files (e.g. config, postProcessing)
* `/media`: Directory for TV shows
* `/media`: Directory for movies
### Configuration file