fix: localstack version in docker compose example

This commit is contained in:
Karol Sójko 2023-11-30 13:45:59 +01:00
parent 41a04062c9
commit 3c10de3e5d
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -14,7 +14,7 @@ services:
- standardnotes_self_hosted - standardnotes_self_hosted
localstack: localstack:
image: localstack/localstack:1.3 image: localstack/localstack:3.0
container_name: localstack_self_hosted container_name: localstack_self_hosted
expose: expose:
- 4566 - 4566