6 lines
172 B
Bash
6 lines
172 B
Bash
|
# Default environment variables used in docker-compose.yml.
|
||
|
# Overridden by the host's environment variables
|
||
|
|
||
|
# Where `localhost` should route to
|
||
|
HOST_IP_ADDRESS=127.0.0.1
|