-
At the moment, none of the instances are functioning correctly. I attempted to use UNA version 14.0.0-B1 with Docker from GitHub. While the site installs successfully, image transcoding is non-functional, and the cron job within the container fails to start. The hostname is set to localhost:888 and folder permissions are set to 777. It likely requires specific configurations, but I couldn't find any useful information on https://unacms.com/wiki/Installation. I initiated the installation using docker-compose up, which installed the site along with the databases and all containers. Although I can create profiles and users, any uploaded images for profiles cannot be processed.
-
Docker-compose is for development purposes, we use internally, for production use it needs some adoption specific to your use case, we have another official docker image here - https://hub.docker.com/r/unaio/una
-
Thank you, I solved this, the problem is that the prefix does not work in nginx in my website https://unacms.com/d/fresh-install-docker-14-0-0-b1 I would appreciate it if you could help me, I use nginx as proxy and caddy as reverse proxy
-