默认开放Jupter端口
This commit is contained in:
parent
f1760967f0
commit
22583422e1
@ -280,9 +280,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- comfyai
|
- comfyai
|
||||||
#沙箱环境默认不对外暴露
|
#沙箱环境默认不对外暴露
|
||||||
# ports:
|
ports:
|
||||||
# - "${SANDBOX_PORT}:8000"
|
# - "${SANDBOX_PORT}:8000"
|
||||||
- "${SANDBOX_JUPYTERLAB_PORT}:8888"
|
- "${SANDBOX_JUPYTERLAB_PORT:-8888}:8888"
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user