From 0f6a7bd46281729f726ab6b862106e2b12d93389 Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Tue, 7 Jan 2020 16:30:14 +0100 Subject: [PATCH] Update README.md Update how to set hostname --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 816d78f..7e46526 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The container is setup by setting [environment variables](https://docs.docker.co Since restic saves the hostname with each snapshot and the hostname of a docker container is derived from it's id you might want to customize this by setting the hostname of the container to another value. -Either by setting the [environment variable](https://docs.docker.com/engine/reference/run/#env-environment-variables) `HOSTNAME` or with `--hostname` in the [network settings](https://docs.docker.com/engine/reference/run/#network-settings) +Set `--hostname` in the [network settings](https://docs.docker.com/engine/reference/run/#network-settings) ## Backup via SFTP