Add necessary Adminer config below PMA sections
This commit is contained in:
parent
a8d7937889
commit
3d2eb81cd5
|
@ -339,6 +339,15 @@ services:
|
|||
depends_on:
|
||||
- "${PMA_DB_ENGINE}"
|
||||
|
||||
### Adminer Container ####################################
|
||||
|
||||
adminer:
|
||||
build: ./adminer
|
||||
ports:
|
||||
- "${ADM_PORT}:80"
|
||||
depends_on:
|
||||
- php-fpm
|
||||
|
||||
### pgAdmin Container #######################################
|
||||
|
||||
pgadmin:
|
||||
|
@ -415,6 +424,8 @@ volumes:
|
|||
driver: "local"
|
||||
phpmyadmin:
|
||||
driver: "local"
|
||||
adminer:
|
||||
driver: "local"
|
||||
aerospike:
|
||||
driver: "local"
|
||||
caddy:
|
||||
|
|
Loading…
Reference in New Issue