Skip to content

Commit 9cbf55b

Browse files
committed
Fix database env values
1 parent f577eec commit 9cbf55b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ services:
4040
image: mariadb:10
4141
container_name: db
4242
environment:
43-
MYSQL_USER: drupal
44-
MYSQL_PASSWORD: drupal
45-
MYSQL_DATABASE: drupal
43+
MYSQL_USER: 'drupal'
44+
MYSQL_PASSWORD: 'drupal'
45+
MYSQL_DATABASE: 'drupal'
4646
MYSQL_ROOT_PASSWORD: ''
4747
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
4848
#restart: on-failure

0 commit comments

Comments
 (0)