chore: change the localstack bootstrap path in the example docker compose file

This commit is contained in:
Karol Sójko 2023-02-16 09:06:07 +01:00
parent e3dbff6996
commit d3a49e109c
No known key found for this signature in database
GPG key ID: D966F68E8A92F649

View file

@ -24,7 +24,7 @@ services:
- HOSTNAME_EXTERNAL=localstack - HOSTNAME_EXTERNAL=localstack
- LS_LOG=warn - LS_LOG=warn
volumes: volumes:
- ./docker/localstack_bootstrap.sh:/etc/localstack/init/ready.d/localstack_bootstrap.sh - ./localstack_bootstrap.sh:/etc/localstack/init/ready.d/localstack_bootstrap.sh
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks: networks:
- standardnotes_self_hosted - standardnotes_self_hosted