Skip to content

Dockerfile that sets up an nginx server. It must run a Wordpress with a MySQL database and and PHPMyAdmin

Notifications You must be signed in to change notification settings

ramrust/server21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Setting up a simple local webserver

  • In one Docker container we have:
  • Nginx

  • phpMyAdmin

  • wordpress

  • mariaDB

  • To start it: docker build -t server_name .

  • To run it: docker run --name server_name -it -p 443:443 -p 80:80

About

Dockerfile that sets up an nginx server. It must run a Wordpress with a MySQL database and and PHPMyAdmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published