kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
1d92d8d8df
commit
9c3823ec82
|
@ -73,7 +73,7 @@ services:
|
||||||
- CMD_PORT=3000 #optional
|
- CMD_PORT=3000 #optional
|
||||||
- CMD_ALLOW_ORIGIN=['localhost'] #optional
|
- CMD_ALLOW_ORIGIN=['localhost'] #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata:/config
|
- /path/to/hedgedoc/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -98,7 +98,7 @@ docker run -d \
|
||||||
-e CMD_PORT=3000 `#optional` \
|
-e CMD_PORT=3000 `#optional` \
|
||||||
-e CMD_ALLOW_ORIGIN=['localhost'] `#optional` \
|
-e CMD_ALLOW_ORIGIN=['localhost'] `#optional` \
|
||||||
-p 3000:3000 \
|
-p 3000:3000 \
|
||||||
-v /path/to/appdata:/config \
|
-v /path/to/hedgedoc/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/hedgedoc:latest
|
lscr.io/linuxserver/hedgedoc:latest
|
||||||
```
|
```
|
||||||
|
@ -135,7 +135,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | HedgeDoc config and configurable files |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -305,6 +305,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## 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).
|
* **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.
|
* **02.11.22:** - Rebase to Alpine 3.16, migrate to s6v3.
|
||||||
* **10.04.22:** - Use python3 to build node sqlite3.
|
* **10.04.22:** - Use python3 to build node sqlite3.
|
||||||
|
|
Ładowanie…
Reference in New Issue