Skip to content

Commit

Permalink
read timezone from .env (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangya authored and yegle committed May 27, 2019
1 parent 70cca26 commit 4c236c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TZ=America/Los_Angeles
DOMAIN_NAME=example.com
DNS_DOMAIN_NAME=dns.example.com
PIHOLE_DOMAIN_NAME=pihole.example.com
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- 53:53/udp
- 67:67/udp
environment:
- TZ=America/Los_Angeles
- TZ=${TZ}
- DNS1=172.29.1.2
- DNS2=no
- VIRTUAL_HOST=${PIHOLE_DOMAIN_NAME}
Expand Down

0 comments on commit 4c236c8

Please sign in to comment.