mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 15:47:00 +08:00
Update compose.yaml
更新compose.yaml 支持国内用户拉取镜像 修改原镜像Tag错误
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
foxel:
|
foxel:
|
||||||
image: ghcr.io/drizzletime/foxel:last
|
image: ghcr.io/drizzletime/foxel:latest
|
||||||
|
#image: ghcr.nju.edu.cn/drizzletime/foxel:latest #国内用户可以用此镜像命令
|
||||||
container_name: foxel
|
container_name: foxel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -17,4 +18,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
foxel-network:
|
foxel-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user