Skip to content

Commit

Permalink
fix: Fixing typo in gcloud sample docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeluxe authored and dploeger committed Jun 1, 2023
1 parent 252e0fd commit 387ce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavour/gcloud/sample/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
cli:
volumes:
- "/path/to/directory/with/gcloud_key_json:/gcloud_key:"
- "/path/to/directory/with/gcloud_key_json:/gcloud-key:"
image: "ghcr.io/dodevops/cloudcontrol-gcloud:latest"
ports:
- "8080" # CloudControlCenter port
Expand Down

0 comments on commit 387ce06

Please sign in to comment.