updated docker-compose-dev.yml to use local files

This commit is contained in:
Chris 2023-11-18 19:59:57 +01:00
parent 9a0eb1f0b2
commit 8a9525a5c4

View file

@ -6,8 +6,7 @@ services:
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
volumes: volumes:
- './data:/var/www/opentrashmail/data' - './:/var/www/opentrashmail'
- './logs:/var/www/opentrashmail/logs'
environment: environment:
- URL=http://localhost:8080 - URL=http://localhost:8080
- DOMAINS=example.com - DOMAINS=example.com