Skip to content

Commit b5b6638

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-dinghy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
image: dockerwest/php-symfony:${PHPVERSION:-7.1}
2727
environment:
2828
- C_UID=${C_UID:-1000}
29-
- C_GID=${G_UID:-1000}
29+
- C_GID=${C_GID:-1000}
3030
- DEVELOPMENT=${DEVELOPMENT:-1}
3131
volumes:
3232
- ${APPLICATION:-../application}:/phpapp

0 commit comments

Comments
 (0)