How to provide LocalStack with my auth token?

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?

Hi,

Can you try setting it like this?

LOCALSTACK_AUTH_TOKEN=your-token-is-here

Please let us know how it goes, thanks!