Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
expose mysql to external network on port 3307 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Preston authored Feb 7, 2022
1 parent 6d11d0f commit aab9431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.integration-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
- MYSQL_USER=mysql_user
- MYSQL_PASSWORD=mysql_pw
expose:
- 3306
- 3307
ports:
- "3306:3306"
- "3307:3306"
volumes:
- ./data/sql/mysql_example.sql:/docker-entrypoint-initdb.d/mysql_example.sql

0 comments on commit aab9431

Please sign in to comment.