Problem caused by centos with plesk

Hi, I have an issue with the installation of passbolt on my server.
Server run CentOS Linux 7.6.1810, the problem is that on this server there is installed Plesk Obsidian 18.0.20, I can’t install passbolt on a vanilla server at this moment.
The problem is a conflict with nginx (Error: sw-nginx conflicts with 1:nginx-1.20.0-1.el7.ngx.x86_64) there is a working solution to run passbolt in my conditions?
Checklist
[x] I have read intro post: About the Installation Issues category
[x] I have read the tutorials, help and searched for similar issues
[x] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[x] I describe the steps I have taken to trouble shoot the problem
[x] I describe the steps on how to reproduce the issue

Hi @Fadora Welcome to the forum!

You could try running the Docker version to avoid the nginx version conflicts.

1 Like

Thanks for your reply @garrett, I never used Docker, can you explain me approximately how can I do? Or if you can link me documentation about this method…

@Fadora Sure: Install Docker Engine on CentOS | Docker Documentation

Docker engine gets installed first. Then follow Passbolt Help | Docker passbolt installation which will get you the passbolt container. Follow the instructions catefully and ultimately the docker-compose.yml file is used to launch the container(s).

1 Like