Skip to content

[Bug]: docker-compose.yml镜像源有问题无法pull 且dokcer镜像部署后mongodb无法连接 接口访问502 Bad Gateway #111

@RubyXun

Description

@RubyXun

Is there an existing issue for this?

  • I have searched the existing issues

Description

已按照官方文档进行配置docker镜像加速 但index.docker.io/cloudtogouser/pageplug-ce:v1.9.37这个镜像源仍无法pull
Image

Image

更换至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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions