Skip to content

Commit

Permalink
root password required for mysql image
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnybod committed Feb 25, 2023
1 parent 005f58b commit 090bfc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
image: mysql:8.0
restart: always
environment:
MYSQL_ROOT_PASSWORD: 'root'
MYSQL_USER: 'empire_user'
MYSQL_PASSWORD: 'empire_password'
MYSQL_DATABASE: test_empire
Expand Down

0 comments on commit 090bfc4

Please sign in to comment.