update db

This commit is contained in:
cangui 2024-10-05 17:56:54 +02:00
parent 07e7136bfc
commit 496118b515

View File

@ -2,7 +2,7 @@ services:
app:
build: .
ports:
- '8080:8080'
- '8082:8080' # Change the host port from 8080 to 8082
environment:
- DB_HOST=db
- DB_USER=admin
@ -29,7 +29,7 @@ services:
image: phpmyadmin/phpmyadmin
restart: always
ports:
- '8081:80'
- '8083:80'
environment:
- PMA_HOST=db
- PMA_USER=admin