Refactor environment variables to use LazyLock for dynamic binding address and port
This commit is contained in:
@@ -19,6 +19,8 @@ services:
|
||||
|
||||
environment:
|
||||
- TZ="Europe/Rome"
|
||||
- BIND_ADDR="0.0.0.0"
|
||||
- BIND_PORT="80"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user