Local IP as a variable.

This commit is contained in:
Bartek Stalewski 2025-01-22 15:44:43 +01:00
parent e6d10e648e
commit e9f2b30565
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

View file

@ -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: