Skip to content

Commit

Permalink
Merge pull request #59 from romancin/develop
Browse files Browse the repository at this point in the history
Fixed README
  • Loading branch information
romancin authored Mar 20, 2019
2 parents fc36955 + aa656c4 commit add1b45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Sample run command:
For rtorrent 0.9.7 version:

```bash
docker run -d --name=rutorrent \
-v /share/Container/rutorrent/config:/config \
-v /share/Container/rutorrent/downloads:/downloads \
docker run -d --name=rutorrent-flood \
-v /share/Container/rutorrent-flood/config:/config \
-v /share/Container/rutorrent-flood/downloads:/downloads \
-e PGID=0 -e PUID=0 -e TZ=Europe/Madrid \
-p 9443:443 \
-p 3000:3000 \
-p 51415-51415:51415-51415 \
romancin/rutorrent:latest
romancin/rutorrent-flood:latest
```

For rtorrent 0.9.6 version:
Expand Down

0 comments on commit add1b45

Please sign in to comment.