Open ChesterHCopperpot opened 5 months ago
I encountered the same issue. In a docker-compose.yml file from about a year ago, LocalStack version 1.3 was used
localstack:
image: docker.io/localstack/localstack:1.3
But now the example here https://standardnotes.com/help/self-hosting/docker uses
localstack:
image: docker.io/localstack/localstack:3.0
This change fixed it for me
See log below. Any thoughts on how to fix this? PS: Congrats on the Proton acquire!