We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd7335 commit 98ad49fCopy full SHA for 98ad49f
1 file changed
docker-datastore.yml
@@ -1,10 +1,12 @@
1
+version: "2"
2
+
3
#
4
# This compose file is just for running the datastore locally.
5
6
7
services:
8
datastore:
- image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
9
+ image: google/cloud-sdk:emulators
10
ports:
11
- 8081:8081
12
volumes:
0 commit comments