mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Added docs on how to set the hostname
This commit is contained in:
parent
fab101a40e
commit
0042731d6d
12
README.md
12
README.md
@ -236,6 +236,18 @@ The configure.pl script will detect a v3.x version under /etc/backuppc, and will
|
|||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
|
### Hostname
|
||||||
|
|
||||||
|
The backuppc host name will default to the container's hostname. You can modify this by setting `--hostname` in your `docker run` command like so:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run \
|
||||||
|
--name backuppc \
|
||||||
|
--hostname backuppc.example.org \
|
||||||
|
--publish 80:8080 \
|
||||||
|
adferrand/backuppc
|
||||||
|
```
|
||||||
|
|
||||||
### Timezone
|
### Timezone
|
||||||
|
|
||||||
By default the timezone of this docker is set to UTC. To modify it, you can specify a tzdata-compatible timezone in the environment variable `TZ`.
|
By default the timezone of this docker is set to UTC. To modify it, you can specify a tzdata-compatible timezone in the environment variable `TZ`.
|
||||||
|
Loading…
Reference in New Issue
Block a user