Skip to content

Commit 3d2eb81

Browse files
committed
Add necessary Adminer config below PMA sections
1 parent a8d7937 commit 3d2eb81

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,15 @@ services:
339339
depends_on:
340340
- "${PMA_DB_ENGINE}"
341341

342+
### Adminer Container ####################################
343+
344+
adminer:
345+
build: ./adminer
346+
ports:
347+
- "${ADM_PORT}:80"
348+
depends_on:
349+
- php-fpm
350+
342351
### pgAdmin Container #######################################
343352

344353
pgadmin:
@@ -415,6 +424,8 @@ volumes:
415424
driver: "local"
416425
phpmyadmin:
417426
driver: "local"
427+
adminer:
428+
driver: "local"
418429
aerospike:
419430
driver: "local"
420431
caddy:

0 commit comments

Comments
 (0)