Skip to content

Commit 9942114

Browse files
authored
Update docker-compose.yml
Fix ENV entry
1 parent 0428dff commit 9942114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- PHP_DISPLAY_ERRORS=1
1212
- PHP_MEMORY_LIMIT=2048M
1313
- PHP_MAX_EXECUTION_TIME=-1
14-
- PHP_DATE_TIMEZONE = Europe/Berlin
14+
- PHP_DATE_TIMEZONE=Europe/Berlin
1515
- XDEBUG_IDE_KEY=PHPSTORM
1616
ports:
1717
- "88:80"

0 commit comments

Comments
 (0)