Skip to content

A simples docker image for NGINX/WORDPRESS/PHPMYADMIN

Notifications You must be signed in to change notification settings

wblech/ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FT_SERVER @42SP

System Administration

Description

The aim of this project is to use the "docker" technology to install a complete Web service. This service can run multiple tasks, in this case: Wordpress, phpMyAdmin, and a SQL database. For a better understanding about the project, check this link.

Download

Feel free to download the project:

git clone https://github.com/wblech/ft_server.git

Using the Project

To build a docker image:

docker build -t ft_server .

Run image:

docker run -it -p 80:80 -p 443:443 ft_server

Browser:

https://localhost

https://localhost/wordpress

https://localhost/phpmyadmin

Switching the NGINX index ON or OFF

docker exec $(docker ps | grep ft_server | cut -d ' ' -f 1) bash autoindex.sh

Delete image:

docker rm $(docker ps -a | grep ft_server | cut -d ' ' -f 1)

About

A simples docker image for NGINX/WORDPRESS/PHPMYADMIN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published