Local IP as a variable.
This commit is contained in:
parent
e6d10e648e
commit
e9f2b30565
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.env
|
|
@ -10,8 +10,8 @@ services:
|
|||
networks:
|
||||
- blocky
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "${LOCAL_IP}:53:53/tcp"
|
||||
- "${LOCAL_IP}:53:53/udp"
|
||||
environment:
|
||||
- TZ=Europe/Warsaw
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue