Browse Source

Add necessary Adminer config below PMA sections

Patrick Artounian 8 years ago
parent
commit
3d2eb81cd5
1 changed files with 11 additions and 0 deletions
  1. 11 0
      docker-compose.yml

+ 11 - 0
docker-compose.yml

@@ -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: