mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Updated Docker_README to reflect config changes that have occurred
This commit is contained in:
parent
7a87ad648a
commit
3b608b80b4
@ -4,7 +4,7 @@ Running with Docker
|
|||||||
Sample Run command
|
Sample Run command
|
||||||
-----
|
-----
|
||||||
```bash
|
```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:
|
### Quick Rundown:
|
||||||
- `--expose 80:8000` maps the Host OS port 80 to the container port 80
|
- `--expose 80:8000` maps the Host OS port 80 to the container port 80
|
||||||
|
Loading…
Reference in New Issue
Block a user