File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ config
2
+ donwloads
3
+ movies
Original file line number Diff line number Diff line change @@ -12,4 +12,13 @@ If you would like to run the latest updates from the master branch as well as en
12
12
13
13
```
14
14
docker run -d --net="host" --name="couchpotato" -v /path/to/couchpotato/data:/config -v /path/to/downloads:/downloads -v /path/to/movies:/movies -v /etc/localtime:/etc/localtime:ro -e EDGE=1 -p 5050:5050 needo/couchpotato
15
+ ```
16
+
17
+ Docker compose
18
+ --------------
19
+
20
+ To run plex with [ docker-compose] ( https://docs.docker.com/compose/ ) clone the repository and run:
21
+
22
+ ```
23
+ docker-compose up -d
15
24
```
Original file line number Diff line number Diff line change
1
+ couchpotato :
2
+ build : .
3
+ net : host
4
+ environment :
5
+ - EDGE=1
6
+ volumes :
7
+ - /etc/localtime:/etc/localtime:ro
8
+ - config:/config
9
+ - downloads:/downloads
10
+ - movies:/movies
You can’t perform that action at this time.
0 commit comments