Update README.md

This commit is contained in:
sparklyballs 2015-08-21 08:48:40 +01:00
parent 1c3daf56ea
commit 1bddabbe27

View File

@ -19,6 +19,7 @@ docker create --name=freshrss -v <path to data>:/config -e PGID=<gid> -e PUID=<u
* `-e PGID` for GroupID - see below for explanation
* `-e PUID` for UserID - see below for explanation
* `-e TZ` for Timezone - eg. Europe/London etc...
It is based on phusion-baseimage with ssh removed, for shell access whilst the container is running do `docker exec -it freshrss /bin/bash`.
### User / Group Identifiers