Skip to content

Commit

Permalink
Allow MySQL connections from any IP.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms committed Aug 25, 2023
1 parent 16b36d2 commit f64aff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: melty
MYSQL_ROOT_HOST: '%'
ports:
- 3306:3306
mysqldb_ssh:
Expand Down

0 comments on commit f64aff0

Please sign in to comment.