Skip to content

Commit

Permalink
switched dc localstack image to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Oct 5, 2023
1 parent f84f2ca commit b19b8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ services:
- "6379"

localstack:
image: localstack/localstack:latest
# image: localstack/localstack:latest
image: ghcr.io/quanted/wb-localstack:image-test
expose:
- "4566"
volumes:
Expand Down

0 comments on commit b19b8f4

Please sign in to comment.