You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no profile is specified, the `default.env` profile will be loaded.
100
97
If explicitly specified, any environment variables will overwrite the configurations defined in the profile.
101
98
102
99
To display the config environment variables, you can use the following command:
103
100
104
-
{{< command >}}
105
-
$ localstack --profile=dev config show
106
-
{{< / command >}}
101
+
```bash
102
+
localstack --profile=dev config show
103
+
```
107
104
108
-
{{< alert title="Note" >}}
105
+
:::note
109
106
The `CONFIG_PROFILE` is a CLI feature and cannot be used directly with a docker-compose setup.
110
107
You can look at [alternative means of setting environment variables](https://docs.docker.com/compose/environment-variables/set-environment-variables/) for your Docker Compose setups.
111
108
For Docker setups, we recommend passing the environment variables directly to the `docker run` command.
0 commit comments