Re: [users@httpd] Anyone familiar with Docker?

2020-08-05 Thread Filipe Cifali
Hi Esteban, it depends if the docker will bind up the ports that HTTPD is using or not, if the project contains a docker-compose file you can check (and even alter) the port binding. One thing that you could do is run the nginx container in a different port and proxy it from HTTPD, it will be a do

[users@httpd] Anyone familiar with Docker?

2020-08-05 Thread Esteban L
Hello, I have happily been using an apache server for some time now for all my various systems, webhosting, webmail, nextcloud, etc. I want to try out Bitwarden (password manager), but it is contained within a docker image which uses an Nginx webserver. I am not too familiar with Docker, and the