Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-26 20:09:52 +00:00
rodzic 1d92d8d8df
commit 9c3823ec82
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -73,7 +73,7 @@ services:
- CMD_PORT=3000 #optional
- CMD_ALLOW_ORIGIN=['localhost'] #optional
volumes:
- /path/to/appdata:/config
- /path/to/hedgedoc/config:/config
ports:
- 3000:3000
restart: unless-stopped
@ -98,7 +98,7 @@ docker run -d \
-e CMD_PORT=3000 `#optional` \
-e CMD_ALLOW_ORIGIN=['localhost'] `#optional` \
-p 3000:3000 \
-v /path/to/appdata:/config \
-v /path/to/hedgedoc/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/hedgedoc:latest
```
@ -135,7 +135,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | HedgeDoc config and configurable files |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -305,6 +305,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **18.06.23:** - Rebase to Alpine 3.18, deprecate armhf as per [https://www.linuxserver.io/armhf](https://www.linuxserver.io/armhf).
* **02.11.22:** - Rebase to Alpine 3.16, migrate to s6v3.
* **10.04.22:** - Use python3 to build node sqlite3.