/docker-php8

Docker with php8+, apache, mysql, mariadb, postgresql, phpmyadmin, redis, nginx

Primary LanguageDockerfile

Docker com PHP 8

If not installed, you will need to install docker and docker-compose.

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

docker-compose up -d

-d (detached mode) means that it will run in the background and your terminal will not get stuck, and to kill the process just press CTRL + C on windows OR Command + C on mac.

Pre-configured 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