Override ENV variables inside Docker Compose
Hey, I have those ENV variables for my docker compose config. There's one problem, inside docker I have to specific
DB_HOST
{container_name}, so I've tried to override it.
1 Reply
When I try to log the ENV vars using
- command: env
, then the ENV var change won't get affected