feat: change port php myadmin

This commit is contained in:
Leon 2025-12-19 10:44:23 +01:00
parent d4c249ed75
commit 46090d4f08
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ services:
phpmyadmin:
image: phpmyadmin:latest
ports:
- "8080:80"
- "8888:80"
environment:
PMA_HOST: mysql
PMA_PORT: 3306