Is there an existing issue for this?
Description
已按照官方文档进行配置docker镜像加速 但index.docker.io/cloudtogouser/pageplug-ce:v1.9.37这个镜像源仍无法pull


更换至image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cloudtogouser/pageplug-ce:v1.9.37
可以成功pull 但容器启动报错
抱歉,服务端出错了,我们正在拼命修复
提示502 Bad Gateway
Steps To Reproduce
官方支持文档的docker-compose.yml
version: "3"
services:
pageplug6:
image: index.docker.io/cloudtogouser/pageplug-ce:v1.9.37
container_name: pageplug6
ports:
- "8564:80"
- "8569:443"
volumes:
- ./stacks:/appsmith-stacks
environment:
- TZ=Asia/Shanghai
restart: unless-stopped
# # Uncomment the lines below to enable auto-update
# labels:
# com.centurylinklabs.watchtower.enable: "true"
# auto_update:
# image: containrrr/watchtower:latest-dev
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# # Update check interval in seconds.
# command: --schedule "0 0 * ? * *" --label-enable --cleanup
# restart: unless-stopped
我更改过的docker-compose.yml
version: "3"
services:
pageplug6:
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cloudtogouser/pageplug-ce:v1.9.37
container_name: pageplug6
ports:
- "8564:80"
- "8569:443"
volumes:
- ./stacks:/appsmith-stacks
environment:
- TZ=Asia/Shanghai
restart: unless-stopped
# # Uncomment the lines below to enable auto-update
# labels:
# com.centurylinklabs.watchtower.enable: "true"
# auto_update:
# image: containrrr/watchtower:latest-dev
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# # Update check interval in seconds.
# command: --schedule "0 0 * ? * *" --label-enable --cleanup
# restart: unless-stopped
Public Sample App
No response
Environment
Production
Severity
High (Blocker to building or releasing)
Issue video log
No response
Version
1.9.37
Is there an existing issue for this?
Description
Steps To Reproduce
Public Sample App
No response
Environment
Production
Severity
High (Blocker to building or releasing)
Issue video log
No response
Version
1.9.37