Skip to content

Commit

Permalink
Fix database env values
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Jul 21, 2023
1 parent f577eec commit 9cbf55b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ services:
image: mariadb:10
container_name: db
environment:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
MYSQL_DATABASE: drupal
MYSQL_USER: 'drupal'
MYSQL_PASSWORD: 'drupal'
MYSQL_DATABASE: 'drupal'
MYSQL_ROOT_PASSWORD: ''
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
#restart: on-failure
Expand Down

0 comments on commit 9cbf55b

Please sign in to comment.