diff --git a/docs/images/docker-hedgedoc.md b/docs/images/docker-hedgedoc.md index 05aed11f0..3db8b23be 100755 --- a/docs/images/docker-hedgedoc.md +++ b/docs/images/docker-hedgedoc.md @@ -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.