From e4c27f1ae7ac0ae93304f39b84db3766fbe3e53e Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Wed, 29 Jun 2022 22:32:11 -0400 Subject: [PATCH] Drupal Install fix(#44) --- stack/drupal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack/drupal.yml b/stack/drupal.yml index 7b5f2be..f5fef09 100644 --- a/stack/drupal.yml +++ b/stack/drupal.yml @@ -8,8 +8,8 @@ services: MYSQL_DATABASE: ${DATABASE_NAME} MYSQL_USER: ${DATABASE_USER} MYSQL_PASSWORD: ${DATABASE_PASSWORD} - PUID: ${USER_UID} - PGID: ${USER_GID} + PUID: ${PGID} + PGID: ${PGID} TZ: ${TZ} networks: - drupal_network