Skip to content

Commit

Permalink
Expose mysql port 3306 in Docker compose config to ensure e2e tests c…
Browse files Browse the repository at this point in the history
…omplete.
  • Loading branch information
mbushkov committed Feb 26, 2025
1 parent 7a048ba commit 241ab97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
volumes:
- ./docker_config_files/mysql/init.sh:/docker-entrypoint-initdb.d/init.sh
- db_data:/var/lib/mysql:rw
ports:
- "3306:3306"
expose:
- "3306"
networks:
Expand Down

0 comments on commit 241ab97

Please sign in to comment.