Skip to content

can not run success in docker #79

@mengluo04

Description

@mengluo04

this is my docker-compose.yaml

services:
  chevereto:
    image: chevereto/chevereto:latest
    volumes:
      - /volume2/docker/chevereto/storage:/var/www/html/images/
    restart: always
    environment:
      CHEVERETO_DB_HOST: rm-2ze177m4gpq9j2kd7to.mysql.rds.aliyuncs.com
      CHEVERETO_DB_USER: tuchuang
      CHEVERETO_DB_PASS: tuchuang123-
      CHEVERETO_DB_PORT: 3306
      CHEVERETO_DB_NAME: chevereto
      CHEVERETO_ASSET_STORAGE_TYPE: local
      CHEVERETO_ASSET_STORAGE_URL: /images/_assets/
      CHEVERETO_ASSET_STORAGE_BUCKET: /var/www/html/images/_assets/
      CHEVERETO_MAX_POST_SIZE: 2G
      CHEVERETO_MAX_UPLOAD_SIZE: 2G
      CHEVERETO_SERVICING: server
    ports:
      - "10088:80"  # 将主机的 10088 端口映射到容器的 80 端口

I visit http://192.168.5.187:10088,I got an error page like this
image

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