Skip to content

evan70/docker-apache-nginx-php-mysql-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP 8 FPM

You just need to install the docker and docker-compose.

After installing, just run the terminal as root where docker-compose.yml file is, run command.

bash docker-compose up -d

** - d ** means that it will run in the background and your terminal will not be locked and to kill the process just press CTRL + C on windows or Command + C on mac.

Pre-configurated images

  • Nginx
  • Apache2
  • MySQL
  • MariaDB
  • PhpMyAdmin
  • PostgreSQL
  • Redis
  • PHP 8 FPM
    • [PHP Modules]

      • bcmath
      • Core
      • ctype
      • curl
      • date
      • dom
      • exif
      • fileinfo
      • filter
      • ftp
      • gd
      • hash
      • iconv
      • intl
      • json
      • libxml
      • mbstring
      • mysqli
      • mysqlnd
      • openssl
      • pcre
      • PDO
      • pdo_mysql
      • pdo_pgsql
      • pdo_sqlite
      • Phar
      • posix
      • rar
      • readline
      • redis
      • Reflection
      • session
      • SimpleXML
      • soap
      • sodium
      • SPL
      • sqlite3
      • standard
      • tokenizer
      • xdebug
      • xml
      • xmlreader
      • xmlwriter
      • xsl
      • Zend OPcache
      • zip
      • zlib
    • [Zend Modules]

      • Xdebug
      • Zend OPcache

About

Ligthweight Alpine Linux Docker with NGINX, APACHE, PHP8 FPM, mysql, postgres, redis ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published