Skip to content

Commit

Permalink
phpMyAdminの起動ポートを8306へ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Nov 17, 2024
1 parent 4b33a55 commit d7fd5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
|アプリケーション|URL|
|-|-|
|Laravel|http://localhost:8000/|
|phpMyAdmin|http://localhost:8001/|
|phpMyAdmin|http://localhost:8306/|
|Mailpit|http://localhost:8025/|

## .env によるカスタマイズ(任意)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
ports:
- 8001:80
- 8306:80
depends_on:
- database
environment:
Expand Down

0 comments on commit d7fd5ee

Please sign in to comment.