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
|
||||
ports:
|
||||
# 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:
|
||||
- ./datasets:/workspace/datasets
|
||||
- ./runs:/workspace/runs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue