帮忙看下是什么问题
Nginx日志:
2021/06/24 16:57:06 [error] 55#55: *39 connect() failed (111: Connection refusedd
) while connecting to upstream, client: 58.33.31.89, server: seatable.huaimingxii
ang.site:5080, request: “GET /favicon.ico HTTP/1.1”, upstream: “http://127.0.0.11
:8000/favicon.ico”, host: “seatable.huaimingxiang.site:5080”, referrer: “http:///
seatable.huaimingxiang.site:5080/”
docker-compose.yml文件内容:
seatable:
image: seatable/seatable:latest
container_name: seatable
ports:
- “5080:80”
# - “5443:443” # If https is enabled, cancel the comment.
volumes:
volumes:
- /home/ubuntu/seatable/seatable-data:/shared # Requested, specifies the
path to Seafile data persistent store.
environment:
- DB_HOST=db
- DB_ROOT_PASSWD=PASSWORD # Requested, the value should be root’s passworr
d of MySQL service.
- SEATABLE_SERVER_LETSENCRYPT=False # Default is False. Whether to use lett
's encrypt certificate.
- SEATABLE_SERVER_HOSTNAME=seatable.huaimingxiang.site:5080 # Specifies yoo
ur host name.
- TIME_ZONE=Asia/Shanghai # Optional, default is UTC. Should be uncomment
and set to your local time zone.