I use the docker compose method to use LocalStack and I try to provide my auth token to LocalStack.
I copied the Docker Compose example from here: Installation | Docs
And I used the “PRO” tab. But I get an error:
invalid interpolation format for services.localstack.environment.[].
You may need to escape any $ with another $.
LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN:my-token-is-here}
What should I change?