My repositories for the 21 (42) schools "server" project
Project where we containerise a nginx webserver together with a mysql database server. Under nginx both wordpress and PhpMyAdmin are installed.
git clone https://github.com/selysse/ft_server.git
$ docker build -t ft_server .
$ docker run -it -p80:80 -p443:443 ft_server