From c51cc537a51df8aaa507e82204e2c7d9f0a44f5c Mon Sep 17 00:00:00 2001 From: hotwa Date: Mon, 15 Jan 2024 10:02:45 +0800 Subject: [PATCH] change registry.cn-hangzhou.aliyuncs.com source --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5d5afca..c00daa2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: args: JUPYTERHUB_VERSION: latest restart: always - image: hotwa/jupyterhub + image: registry.cn-hangzhou.aliyuncs.com/hotwa/jupyterhub container_name: jupyterhub networks: - jupyterhub-network @@ -32,7 +32,7 @@ services: # All containers will join this network DOCKER_NETWORK_NAME: jupyterhub-network # 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 DOCKER_NOTEBOOK_DIR: /home/jovyan/work # nginx: