Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan authored Jan 29, 2024
1 parent 23f1327 commit 724e92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
php-fpm:
build:
args:
BASE_IMAGE: skpr/php-fpm:${PHP_VERSION:-8.3}-dev-v2-edge
BASE_IMAGE: skpr/php-fpm:${PHP_VERSION:-8.3}-dev-v2-latest
USERNAME: ${USERNAME:-skpr}
UID: ${UID:-1000}
GID: ${GID:-1000}
Expand All @@ -29,7 +29,7 @@ services:
php-cli:
build:
args:
BASE_IMAGE: skpr/php-cli:${PHP_VERSION:-8.3}-dev-v2-edge
BASE_IMAGE: skpr/php-cli:${PHP_VERSION:-8.3}-dev-v2-latest
USERNAME: ${USERNAME:-skpr}
UID: ${UID:-1000}
GID: ${GID:-1000}
Expand Down

0 comments on commit 724e92b

Please sign in to comment.