Skip to content

Commit

Permalink
Merge pull request #435 from range-of-motion/map-port-of-mysql-contai…
Browse files Browse the repository at this point in the history
…ner-to-33061

Map port of MySQL container to 33061
  • Loading branch information
range-of-motion authored Oct 30, 2023
2 parents 2743bad + 5d61a24 commit 3f26037
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 3f26037

Please sign in to comment.