Local IP as a variable.

This commit is contained in:
Bartek Stalewski 2025-01-22 15:44:43 +01:00
parent e6d10e648e
commit e9f2b30565
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo
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: