update README

This reverts commit 4663d8ed03376d0bf66eec0be9cebb0c1b1adc9a, reversing
changes made to 201ddd4302.
This commit is contained in:
Cédric L 2017-06-07 18:07:28 +02:00
parent 201ddd4302
commit ca22e3343a
No known key found for this signature in database
GPG Key ID: 2EC5CE4214A89D93
1 changed files with 4 additions and 4 deletions

View File

@ -110,21 +110,21 @@ This is the official Docker container for PlexTogether: https://hub.docker.com/r
The following tags are available:
* latest / alpine: webapp and server based on alpine
* debian: webapp and server based on debian
* server: only server based on alpine
* dev: development version of webapp and server based on alpine
* nginx: latest + nginx reverse proxy
```
docker create \
docker run \
--name=plextogether \
-p 8088:8088 \
-p 8089:8089 \
-e DOMAIN=example.com \
starbix/plextogether
```
Use this for the nginx tag:
```
docker create \
--name=plextogether \
docker run \
--name=plextogether_nginx \
-p 80:80 \
-e DOMAIN=example.com \
starbix/plextogether:nginx