kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
5d48096cd9
commit
72c336c56d
|
@ -1,15 +1,14 @@
|
|||
# [linuxserver/dokuwiki](https://github.com/linuxserver/docker-dokuwiki)
|
||||
|
||||
[](https://github.com/linuxserver/docker-dokuwiki)
|
||||
[](https://github.com/linuxserver/docker-dokuwiki/releases)
|
||||
[](https://github.com/linuxserver/docker-dokuwiki/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-dokuwiki/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/dokuwiki)
|
||||
[](https://microbadger.com/images/linuxserver/dokuwiki "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/dokuwiki)
|
||||
[](https://hub.docker.com/r/linuxserver/dokuwiki)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-dokuwiki/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/dokuwiki/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-dokuwiki)
|
||||
[](https://github.com/linuxserver/docker-dokuwiki/releases)
|
||||
[](https://github.com/linuxserver/docker-dokuwiki/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-dokuwiki/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/dokuwiki "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/dokuwiki)
|
||||
[](https://hub.docker.com/r/linuxserver/dokuwiki)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-dokuwiki/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/dokuwiki/latest/index.html)
|
||||
|
||||
[Dokuwiki](https://www.dokuwiki.org/dokuwiki/) is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
|
||||
|
||||
|
@ -104,6 +103,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
|
||||
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||
|
||||
As an example:
|
||||
|
||||
```
|
||||
-e FILE__PASSWORD=/run/secrets/mysecretpassword
|
||||
```
|
||||
|
||||
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
|
||||
|
||||
## Umask for running applications
|
||||
|
||||
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting.
|
||||
Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support.
|
||||
|
||||
|
||||
## User / Group Identifiers
|
||||
|
||||
|
@ -124,7 +140,7 @@ Upon first install go to `http://$IP:$PORT/install.php` once you have completed
|
|||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=dokuwiki "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=dokuwiki "view available mods for this container.")
|
||||
|
||||
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue