Drupal Install fix(#44)
This commit is contained in:
committed by
GitHub
parent
e5f17210ba
commit
e4c27f1ae7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user