Skip to content

Commit

Permalink
fixed 404 error on sqs
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv4yk committed Aug 1, 2024
1 parent 1f81699 commit 9c383ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@ services:
localstack:
image: 'localstack/localstack:0.8.10'
ports:
- '4576:4576'
- '4575:4575'
- "4567-4597:4567-4597"
environment:
DEFAULT_REGION: 'us-east-1'
HOSTNAME_EXTERNAL: 'localstack'
SERVICES: 'sqs,sns'
DEBUG: 'true'

influxdb:
image: 'influxdb:latest'
Expand Down

0 comments on commit 9c383ca

Please sign in to comment.