Skip to content

Commit 81927bb

Browse files
committed
Remove unnecessary config from deploy
1 parent 8bc143c commit 81927bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/gcp/_dev/deploy/docker/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ services:
44
image: google/cloud-sdk:emulators
55
command: gcloud beta emulators pubsub start --host-port=0.0.0.0:8681
66
ports:
7-
- "8681:8681"
8-
expose:
9-
- "8681"
7+
- "8681/tcp"
108
gcppubsub-audit:
119
image: akroh/stream:v0.3.0
1210
volumes:

0 commit comments

Comments
 (0)