File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ services:
7878 - PGID=1000
7979 - TZ=Etc/UTC
8080 volumes :
81- - /path/to/appdata /config:/config
81+ - /path/to/dokuwiki /config:/config
8282 ports :
8383 - 80:80
8484 - 443:443 # optional
@@ -95,7 +95,7 @@ docker run -d \
9595 -e TZ=Etc/UTC \
9696 -p 80:80 \
9797 -p 443:443 `#optional` \
98- -v /path/to/appdata /config:/config \
98+ -v /path/to/dokuwiki /config:/config \
9999 --restart unless-stopped \
100100 lscr.io/linuxserver/dokuwiki:latest
101101```
@@ -111,7 +111,7 @@ Containers are configured using parameters passed at runtime (such as those abov
111111| ` -e PUID=1000 ` | for UserID - see below for explanation |
112112| ` -e PGID=1000 ` | for GroupID - see below for explanation |
113113| ` -e TZ=Etc/UTC ` | specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
114- | ` -v /config ` | Configuration files. |
114+ | ` -v /config ` | Persistent config files |
115115
116116## Environment variables from files (Docker secrets)
117117
@@ -274,6 +274,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
274274
275275# # Versions
276276
277+ * ** 23.01.24:** - Rebase to Alpine 3.19 with php 8.3.
277278* ** 25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
278279* ** 21.07.23:** - Update built-in plugins on container update.
279280* ** 25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
You can’t perform that action at this time.
0 commit comments