Drupal Install fix(#44)

This commit is contained in:
Robert Middleswarth
2022-06-29 22:32:11 -04:00
committed by GitHub
parent e5f17210ba
commit e4c27f1ae7

View File

@@ -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