Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add time zone for phpf-pm
  • Loading branch information
AliEbrahimpour authored Jul 1, 2024
1 parent 1343d0e commit 9ef9f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -309,6 +309,7 @@ services:
- ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
- docker-in-docker:/certs/client
- TZ=${WORKSPACE_TIMEZONE}
expose:
- "9000"
extra_hosts:

0 comments on commit 9ef9f4a

Please sign in to comment.