Home
Python
Things
Archive
About
Home
Things
▼
Python
Things
Archive
About
# docker-compose
Docker Compose Default Environment Variables
Use
${VAR:-VALUE}
to specify
VALUE
as the default value if
$VAR
is not set or is empty.