Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
updated php-fpm version to 8.1
  • Loading branch information
sasiruLK committed Oct 16, 2022
commit b602cedf964a0c25289b17235d8e62207bf8843a
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NGINX_HOST=localhost
# PHP

# See https://hub.docker.com/r/nanoninja/php-fpm/tags/
PHP_VERSION=latest
PHP_VERSION=8.1

# MySQL
MYSQL_VERSION=8.0.21
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- php
- mysqldb
php:
image: nanoninja/php-fpm:${PHP_VERSION}
image: php:${PHP_VERSION}-fpm-alpine
restart: always
volumes:
- "./etc/php/php.ini:/usr/local/etc/php/conf.d/php.ini"
Expand Down Expand Up @@ -53,4 +53,4 @@ services:
ports:
- "8989:3306"
volumes:
- "./data/db/mysql:/var/lib/mysql"
- "./data/db/mysql:/var/lib/mysql"