kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
adc343a01d
commit
90036e4803
|
@ -106,6 +106,7 @@ docker run -d \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-e CMD_DOMAIN=localhost \
|
-e CMD_DOMAIN=localhost \
|
||||||
-e CMD_URL_ADDPORT=true `#optional` \
|
-e CMD_URL_ADDPORT=true `#optional` \
|
||||||
|
-e CMD_PROTOCOL_USESSL=false `#optional` \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-v /path/to/appdata:/config \
|
-v /path/to/appdata:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -136,6 +137,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
||||||
| `CMD_DOMAIN=localhost` | The address the gui will be accessed at (ie. `192.168.1.1` or `hedgedoc.domain.com`). |
|
| `CMD_DOMAIN=localhost` | The address the gui will be accessed at (ie. `192.168.1.1` or `hedgedoc.domain.com`). |
|
||||||
| `CMD_URL_ADDPORT=true` | Set to `false` if accessing at port `80` or `443`. |
|
| `CMD_URL_ADDPORT=true` | Set to `false` if accessing at port `80` or `443`. |
|
||||||
|
| `CMD_PROTOCOL_USESSL=false` | Set to `true` if accessing over https via reverse proxy. |
|
||||||
|
|
||||||
### Volume Mappings (`-v`)
|
### Volume Mappings (`-v`)
|
||||||
|
|
||||||
|
@ -197,6 +199,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **09.12.21:** - Add optional var `CMD_PROTOCOL_USESSL` that is needed for reverse proxy.
|
||||||
* **07.12.21:** - Rebase to ubuntu focal. Update to node 16. Make sure uploads are persistent.
|
* **07.12.21:** - Rebase to ubuntu focal. Update to node 16. Make sure uploads are persistent.
|
||||||
* **15.10.21:** - Add required env var `CMD_DOMAIN`.
|
* **15.10.21:** - Add required env var `CMD_DOMAIN`.
|
||||||
* **05.05.21:** - Remove symlinking some folders from config to /opt/hedgedoc/public.
|
* **05.05.21:** - Remove symlinking some folders from config to /opt/hedgedoc/public.
|
||||||
|
|
Ładowanie…
Reference in New Issue