change registry.cn-hangzhou.aliyuncs.com source

This commit is contained in:
2024-01-15 10:02:45 +08:00
parent d04a3d2d16
commit c51cc537a5

View File

@@ -12,7 +12,7 @@ services:
args: args:
JUPYTERHUB_VERSION: latest JUPYTERHUB_VERSION: latest
restart: always restart: always
image: hotwa/jupyterhub image: registry.cn-hangzhou.aliyuncs.com/hotwa/jupyterhub
container_name: jupyterhub container_name: jupyterhub
networks: networks:
- jupyterhub-network - jupyterhub-network
@@ -32,7 +32,7 @@ services:
# All containers will join this network # All containers will join this network
DOCKER_NETWORK_NAME: jupyterhub-network DOCKER_NETWORK_NAME: jupyterhub-network
# JupyterHub will spawn this Notebook image for users # JupyterHub will spawn this Notebook image for users
DOCKER_NOTEBOOK_IMAGE: hotwa/notebook:latest DOCKER_NOTEBOOK_IMAGE: registry.cn-hangzhou.aliyuncs.com/hotwa/notebook:latest
# Notebook directory inside user image # Notebook directory inside user image
DOCKER_NOTEBOOK_DIR: /home/jovyan/work DOCKER_NOTEBOOK_DIR: /home/jovyan/work
# nginx: # nginx: