Merge branch 'master' into dev

This commit is contained in:
samcm 2017-06-23 01:11:33 +10:00 committed by GitHub
commit d1026da9bb
1 changed files with 4 additions and 4 deletions

View File

@ -105,21 +105,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