Local IP as a variable.
This commit is contained in:
parent
e6d10e648e
commit
e9f2b30565
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.env
|
@ -10,8 +10,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- blocky
|
- blocky
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "${LOCAL_IP}:53:53/tcp"
|
||||||
- "53:53/udp"
|
- "${LOCAL_IP}:53:53/udp"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Warsaw
|
- TZ=Europe/Warsaw
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user