A server created and launched locally with Docker, integrated phpMyAdmin, Wordpress, MariaDB and SSL
Using dockerfile with a single container, this project allows us to launch the server on any computer with Docker, without worrying about the dependencies and compatibility issues
Here below you can see the results in the web browser:
- ❗ Requires Docker installed and running
- Clone this repository anywhere you want, on any OS with Docker running.
- Run
make build
in your terminal to build the container - Run
make run
to launch the container - Navigate to localhost in your browser to see the result