Skip to content

Commit a361463

Browse files
Fix environment variable G_UID typo => C_GID
1 parent b5b6638 commit a361463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: dockerwest/php-symfony:${PHPVERSION:-7.1}
2323
environment:
2424
- C_UID=${C_UID:-1000}
25-
- C_GID=${G_UID:-1000}
25+
- C_GID=${C_GID:-1000}
2626
- DEVELOPMENT=${DEVELOPMENT:-1}
2727
volumes:
2828
- ${APPLICATION:-../application}:/phpapp

0 commit comments

Comments
 (0)