-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels