• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

docker deploy总是出错

brotian

Chevereto Member
我很好奇为什么免费版的chevereto使用docker部署起来反而十分方便。pro版本的chevereto我构建完成镜像后报something went wrong,无法直接使用,我只想部署一个纯chevereto docker容器,我不需要https等功能,pro版的docker部署方式太繁杂了,https等功能完全可以单独做一个反向代理来实现,我有一定docker基础依旧搞不定它。
 
I am curious why the free version of chevereto is very convenient to deploy with docker. The pro version of chevereto reported something went wrong after I finished building the image, and I can’t use it directly. I just want to deploy a pure chevereto docker container. I don’t need functions such as https. The deployment method of the pro version of docker is too complicated, and functions such as https are completely fine. Do a reverse proxy alone to achieve it, I have a certain docker foundation and still can't handle it.
The pro version of chevereto reported something went wrong after I finished building the image
and if you want the pure version: docker logs CONTAINER_NAME -f 1>/dev/null

I just want to deploy a pure chevereto docker container.

You should read the docs.
 
Back
Top