glllcs / ft_server

Docker container that runs debian buster with Wordpress, phpMyAdmin and MariaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_server

The purpose of this project is to set up a web server in a Docker container. It runs with debian buster and is setted up with Nginx. It runs Wordpress, phpMyAdmin and MariaDB with a SSL protocol.

Requirements

To run the container, you must have Docker installed in your machine.

Instalation

docker build -t LEMP .
docker run -it -p 80:80 -p 443:443 LEMP

References

LEMP LEMP2 Nginx Nginx2 SSL phpMyAdmin phpMyAdmin2

ft_server-universe

About

Docker container that runs debian buster with Wordpress, phpMyAdmin and MariaDB


Languages

Language:PHP 75.7%Language:Shell 20.7%Language:Dockerfile 3.6%