Skip to content

Web server based on Apline NGINX with PHP FPM ver. 7.4 or higher, mysql with auto backups and phpmyadmin

License

Notifications You must be signed in to change notification settings

igorleszczynski/docker-nginx-php-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker with:

  • NGINX alpine
  • PHP-7.4-FPM or high
  • MySQL
  • MySQL - auto backups
  • Phpmyadmin

To run: docker-compose up

Project structure

docker/
├─ mysql/
│    ├─ backups/ - here are automatic backups
│    ├─ config/ - my.ini config
│    ├─ data/ - the data of mysql service
│    ├─ resources/ - put here your database if you want import it via CLI
├─ nginx/
│    ├─ config/ - config files of web server
├─ php/
│    ├─ config/ - config files like php.ini
└─ web/ - it's main directory of your website

About

Web server based on Apline NGINX with PHP FPM ver. 7.4 or higher, mysql with auto backups and phpmyadmin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published