1 parent af53e2b commit c008ad8Copy full SHA for c008ad8
1 file changed
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
pubsub-emulator:
3
- image: google/cloud-sdk:latest@sha256:6ed0726e30dad03044dd6a4a70d8a3e57b87d6a0be88c72d7d146ea2219c22a7
+ image: google/cloud-sdk:latest@sha256:c439c16f48685c61d892084106d818031a24f2ec4fca35c3069d62e9cf4d3b02
4
command: gcloud beta emulators pubsub start --project=pytest-streaming --host-port=0.0.0.0:8432
5
ports: ['8432:8432']
6
environment:
0 commit comments