update db
This commit is contained in:
parent
07e7136bfc
commit
496118b515
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user