You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
-
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
-
[](https://discourse.linuxserver.io"post on our community forum.")
6
-
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
-
[](https://github.com/linuxserver"view the source for all of our repositories.")
8
-
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
3
+
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
+
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
+
[](https://discourse.linuxserver.io"post on our community forum.")
6
+
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
+
[](https://github.com/linuxserver"view the source for all of our repositories.")
8
+
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
9
10
10
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
[](https://microbadger.com/images/linuxserver/dokuwiki"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/dokuwiki"Get your own version badge on microbadger.com")
[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.
40
39
@@ -117,7 +116,7 @@ Container images are configured using parameters passed at runtime (such as thos
117
116
118
117
## Environment variables from files (Docker secrets)
119
118
120
-
You can set any environment variable from a file by using a special prepend `FILE__`.
119
+
You can set any environment variable from a file by using a special prepend `FILE__`.
121
120
122
121
As an example:
123
122
@@ -127,6 +126,11 @@ As an example:
127
126
128
127
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
129
128
129
+
## Umask for running applications
130
+
131
+
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.
132
+
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.
133
+
130
134
## User / Group Identifiers
131
135
132
136
When using volumes (`-v` flags) permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
@@ -148,7 +152,7 @@ Upon first install go to `http://$IP:$PORT/install.php` once you have completed
148
152
149
153
150
154
## Docker Mods
151
-
[](https://mods.linuxserver.io/?mod=dokuwiki"view available mods for this container.")
155
+
[](https://mods.linuxserver.io/?mod=dokuwiki"view available mods for this container.")
152
156
153
157
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.
0 commit comments