fix missing backslash in gcplogs documentation

This commit is contained in:
Werner Robitza 2022-02-08 13:00:56 +01:00 committed by GitHub
parent 184359b604
commit 07d84b1235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ configured with GOOGLE_APPLICATION_CREDENTIALS):
```console
$ docker run \
--log-driver=gcplogs \
--log-opt gcp-project=test-project
--log-opt gcp-project=test-project \
--log-opt gcp-meta-zone=west1 \
--log-opt gcp-meta-name=`hostname` \
your/application