Skip to content

Commit

Permalink
Avoid port redundancy
Browse files Browse the repository at this point in the history
Co-authored-by: Borislav Kosun <[email protected]>
  • Loading branch information
dsentker and bkosun authored Feb 19, 2024
1 parent cd4f457 commit e6bad96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Since we changed the port, we also have to define this in the `compose.override.
###> doctrine/doctrine-bundle ###
database:
ports:
- - "5432:5432"
+ - "3306:3306"
- - "5432"
+ - "3306"
###< doctrine/doctrine-bundle ###
```

Expand Down

0 comments on commit e6bad96

Please sign in to comment.