Update docker-compose.yml
This commit is contained in:
parent
27d012256e
commit
537ef2e489
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
||||||
image: yolo-train-webui:latest
|
image: yolo-train-webui:latest
|
||||||
ports:
|
ports:
|
||||||
# The training API has no built-in user accounts, so expose it locally only.
|
# The training API has no built-in user accounts, so expose it locally only.
|
||||||
- "127.0.0.1:8000:8000"
|
- "0.0.0.0:8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./datasets:/workspace/datasets
|
- ./datasets:/workspace/datasets
|
||||||
- ./runs:/workspace/runs
|
- ./runs:/workspace/runs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue