Skip to content

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

Notifications You must be signed in to change notification settings

glllcs/ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks