Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Kedzior committed Jul 12, 2021
1 parent 16415c0 commit 474b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
MYSQL_PASSWORD: ${DB_PASSWORD}
MYSQL_DATABASE: ${DB_DATABASE}
ports:
- ${DB_PORT}:${DB_PORT}
- ${DB_PORT}:3306
adminer:
image: adminer
restart: unless-stopped
Expand Down

0 comments on commit 474b68b

Please sign in to comment.