Open ddiawara opened 5 months ago
I believe we're both getting this issue because of the MongoDB container. From the container logs:
WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
see https://jira.mongodb.org/browse/SERVER-54407
see also https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
see also https://github.com/docker-library/mongo/issues/485#issuecomment-891991814
Anyone know of an alternative way around this? Could we use a different database like Postgres?
Update: I was trying to run Huly on a Proxmox VM and had to change the processor (Hardware > Edit Processors) to host which resolved the issue of the MongoDB container not starting. Still encountering this error though.
Update 2: Fixed this problem by ensuring the SERVER_ADDRESS
in my .env file is not localhost
and instead the private IP address of the machine.
I try to run selfhosted on docker swarm I cant connect to UI below my compose swarm file where i use traefik.