Skip to content

Commit 387ce06

Browse files
timdeluxeDennis Ploeger
authored andcommitted
fix: Fixing typo in gcloud sample docker compose
1 parent 252e0fd commit 387ce06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flavour/gcloud/sample/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22
services:
33
cli:
44
volumes:
5-
- "/path/to/directory/with/gcloud_key_json:/gcloud_key:"
5+
- "/path/to/directory/with/gcloud_key_json:/gcloud-key:"
66
image: "ghcr.io/dodevops/cloudcontrol-gcloud:latest"
77
ports:
88
- "8080" # CloudControlCenter port

0 commit comments

Comments
 (0)