Skip to content

Commit

Permalink
docker-compose.yaml: use PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored Feb 12, 2024
1 parent 789e0f4 commit bc3ef9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:

php:
#user: '1000:1000' # set to your uid:gid
image: pimcore/pimcore:php8.2-debug-latest
image: pimcore/pimcore:php8.3-debug-latest
environment:
COMPOSER_HOME: /var/www/html
PHP_IDE_CONFIG: serverName=localhost
Expand All @@ -55,7 +55,7 @@ services:

supervisord:
#user: '1000:1000' # set to your uid:gid
image: pimcore/pimcore:php8.2-supervisord-latest
image: pimcore/pimcore:php8.3-supervisord-latest
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit bc3ef9e

Please sign in to comment.