Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-26 16:40:28 +00:00
rodzic 2ee0a74444
commit 0f2b4f28b1
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ services:
- DB_USER= #optional
- DB_PASS= #optional
volumes:
- /path/to/config:/config
- /path/to/wikijs/config:/config
- /path/to/data:/data
ports:
- 3000:3000
@ -85,7 +85,7 @@ docker run -d \
-e DB_USER= `#optional` \
-e DB_PASS= `#optional` \
-p 3000:3000 \
-v /path/to/config:/config \
-v /path/to/wikijs/config:/config \
-v /path/to/data:/data \
--restart unless-stopped \
lscr.io/linuxserver/wikijs:latest
@ -119,7 +119,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Where Wiki.js config is stored. |
| `/config` | Persistent config files |
| `/data` | Where Wiki.js data is stored. |
#### Miscellaneous Options
@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **25.08.22:** - Rebase to Alpine 3.18.
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **21.03.23:** - Restore git and openssh packages for git storage support.