Skip to content

Commit

Permalink
remove volume for now and update dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Sep 22, 2023
1 parent aeb6c64 commit 44d42c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Thumbs.db
.Spotlight-V100
.Trashes
.env.local
.phpunit
.svn
.cvs
.travis
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44d42c7

Please sign in to comment.