Skip to content

Commit

Permalink
Map port of MySQL container to 33061
Browse files Browse the repository at this point in the history
  • Loading branch information
range-of-motion committed Oct 30, 2023
1 parent 2743bad commit 5d61a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
MYSQL_PASSWORD: 'test'
MYSQL_RANDOM_ROOT_PASSWORD: 1
ports:
- 3306:3306
- "33061:3306"
command: --default-authentication-plugin=mysql_native_password

app:
build: ./
ports:
- 8080:80
- "8080:80"

0 comments on commit 5d61a24

Please sign in to comment.