diff --git a/compose.yaml b/compose.yaml index b84df41..9534031 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,7 @@ services: foxel: - image: ghcr.io/drizzletime/foxel:last + image: ghcr.io/drizzletime/foxel:latest + #image: ghcr.nju.edu.cn/drizzletime/foxel:latest #国内用户可以用此镜像命令 container_name: foxel restart: unless-stopped ports: @@ -17,4 +18,4 @@ services: networks: foxel-network: - driver: bridge \ No newline at end of file + driver: bridge