diff --git a/.dockerignore b/.dockerignore index 93537dd..8284a40 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,6 +9,7 @@ Thumbs.db .Spotlight-V100 .Trashes .env.local +.phpunit .svn .cvs .travis diff --git a/docker-compose.yml b/docker-compose.yml index 71243df..69fbf8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,6 @@ version: "2" services: dmarc-reports: image: antedebaas/dmarc-reports:latest - volumes: - - /root/your.env.local:/var/www/html/.env.local:rw ports: - 0.0.0.0:8080:8080 environment: