Modified to use just local port
This commit is contained in:
parent
7a9b08b78f
commit
f58b4dbe35
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ services:
|
||||||
- HF_HOME=/root/.cache/huggingface
|
- HF_HOME=/root/.cache/huggingface
|
||||||
- HF_HUB_OFFLINE=0
|
- HF_HUB_OFFLINE=0
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:58001:8001"
|
- "8001:8001"
|
||||||
depends_on:
|
depends_on:
|
||||||
fyp-redis-dev:
|
fyp-redis-dev:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue