Update phpMyAdmin configuration

This commit is contained in:
Matteo Gheza 2024-02-23 22:33:24 +01:00
parent 85668d7bb8
commit 1255496d73
No known key found for this signature in database
GPG Key ID: A7019AD593CEF319
1 changed files with 4 additions and 1 deletions

View File

@ -52,9 +52,12 @@ services:
image: phpmyadmin/phpmyadmin
environment:
PMA_HOST: db
MYSQL_ROOT_PASSWORD: root
PMA_USER: user
PMA_PASSWORD: password
ports:
- "8080:80"
depends_on:
- db
volumes:
db-data: