Skip to content

Commit

Permalink
Merge pull request #707 from Recodify/fix-readme-docker-run-casing
Browse files Browse the repository at this point in the history
Update ReadMe.md fixing casing on docker run command
  • Loading branch information
Slach authored Aug 2, 2023
2 parents 6eec986 + 42f69d4 commit b1c4727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker run -u $(id -u clickhouse) --rm -it --network host -v "/var/lib/clickhous
-e S3_BUCKET="clickhouse-backup" \
-e S3_ACCESS_KEY="access_key" \
-e S3_SECRET_KEY="secret" \
Altinity/clickhouse-backup --help
altinity/clickhouse-backup --help
```

Build from the sources:
Expand Down

0 comments on commit b1c4727

Please sign in to comment.