Updated Docker_README to reflect config changes that have occurred

This commit is contained in:
Brandon 2018-11-03 11:14:51 -07:00
parent 7a87ad648a
commit 3b608b80b4
No known key found for this signature in database
GPG Key ID: F7B1F4C1945CAF03

View File

@ -4,7 +4,7 @@ Running with Docker
Sample Run command
-----
```bash
docker run -d --name ytsm -p 80:8000 --env-file sqlite3.env.env --volume ./downloads:/usr/src/app/data/downloads chibicitiberiu/ytsm:latest
docker run -d --name ytsm -p 80:8000 --volume ./downloads:/usr/src/app/data/downloads chibicitiberiu/ytsm:latest
```
### Quick Rundown:
- `--expose 80:8000` maps the Host OS port 80 to the container port 80