Docker Compose Env Vars
TIL that docker compose knows when environment variables have changed, and intelligently recreates containers on up
if so. Also, environment variables do not get updated to what’s in the .env
file on a restart.
TIL that docker compose knows when environment variables have changed, and intelligently recreates containers on up
if so. Also, environment variables do not get updated to what’s in the .env
file on a restart.