Skip to content

Commit

Permalink
Updated php8, mysql8 compatible version of docker for local build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Kadam committed Jul 28, 2023
1 parent 5fc238a commit 33cbdd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ DB_ROOT_PASSWORD=rootpassword

### PROJECT SETTINGS
PHP_TAG=8.2
MARIADB_TAG=10.1-3.2.2
APACHE_TAG=2.4-3.0.5
MARIADB_TAG=10.5-3.13.20
APACHE_TAG=2.4
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
php:
depends_on:
- mysql
image: ebiwd/php7-apache-wptools:latest
image: ebiwd/php7-apache-wptools:8.2
container_name: "${PROJECT_NAME}_php"
environment:
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -t -i -S mailhog:1025
Expand Down

0 comments on commit 33cbdd3

Please sign in to comment.