Browse Source

fix(docker): properly mount config.inc.php for poweradmin

Peter Thomassen 8 years ago
parent
commit
b5da08d541
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.dev.yml

+ 1 - 0
docker-compose.dev.yml

@@ -13,3 +13,4 @@ poweradmin:
    - "81:80"
   volumes:
    - ./desec-poweradmin/html:/var/www/html
+   - ./desec-poweradmin/config.inc.php:/var/www/html/poweradmin/inc/config.inc.php