修改国内镜像出错的问题

This commit is contained in:
waxgourd
2024-01-16 16:37:44 +08:00
parent 6ae4286a28
commit 16556002d1
7 changed files with 7 additions and 7 deletions

View File

@@ -16,6 +16,6 @@ ingress: true
ingress_port: 8966
ingress_stream: true
startup: services
image: docker.nju.edu.cn/jason5ng32/myip
image: jason5ng32/myip
ports:
8966/tcp: 8966

View File

@@ -3,7 +3,7 @@ slug: alist
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
url: https://gitcode.com/waxgourd/addons
version: v3.30.0
image: docker.nju.edu.cn/wghaos/alist
image: wghaos/alist
codenotary: wghaos@163.com
arch:
- aarch64

View File

@@ -65,7 +65,7 @@
"/dev/nvme2"
],
"host_network": true,
"image": "ghcr.nju.edu.cn/alexbelgium/emby-{arch}",
"image": "ghcr.io/alexbelgium/emby-{arch}",
"ingress": true,
"ingress_port": 0,
"ingress_stream": true,

View File

@@ -62,7 +62,7 @@
"PGID": "0",
"PUID": "0"
},
"image": "ghcr.nju.edu.cn/alexbelgium/filebrowser-{arch}",
"image": "ghcr.io/alexbelgium/filebrowser-{arch}",
"ingress": true,
"ingress_stream": true,
"map": [

View File

@@ -13,7 +13,7 @@ arch:
- aarch64
- amd64
- i386
image: ghcr.nju.edu.cn/poeschl/ha-mpd-{arch}
image: ghcr.io/poeschl/ha-mpd-{arch}
init: false
audio: true
devices:

View File

@@ -12,7 +12,7 @@
"description": "轻松管理您的Docker环境",
"docker_api": true,
"hassio_api": true,
"image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}",
"image": "ghcr.io/alexbelgium/portainer-{arch}",
"ingress": true,
"ingress_port": 1337,
"ingress_stream": true,

View File

@@ -70,5 +70,5 @@
"rtscts": "bool?"
}
},
"image": "docker.nju.edu.cn/zigbee2mqtt/zigbee2mqtt-{arch}"
"image": "zigbee2mqtt/zigbee2mqtt-{arch}"
}