Skip to content

Commit

Permalink
changed env var/file for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Aug 4, 2019
1 parent 7866d6f commit 93f1b97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ services:
- unbound
image: pihole/pihole:latest
env_file:
- ./pihole-docker/default.env
- ./pihole-docker/custom.env
- ./pihole-docker/configs/default.conf
- ./pihole-docker/configs/server.conf
environment:
- TZ=${TZ:-Europe/London}
volumes:
- ./pihole-docker/resolv.conf:/etc/resolv.conf
- ./pihole-docker/configs/pihole/:/etc/pihole/
Expand All @@ -69,7 +71,7 @@ services:
hostname: ${HOSTNAME}
image: mvance/unbound-rpi:latest
environment:
- TZ=${TIMEZONE}
- TZ=${TZ:-Europe/London}
volumes:
- ./unbound-docker/configs:/opt/unbound/etc/unbound/
- ./unbound-docker/var:/opt/unbound/etc/unbound/var/
Expand Down
File renamed without changes.

0 comments on commit 93f1b97

Please sign in to comment.