Skip to content

Commit abea791

Browse files
Bot Updating Templated Files
1 parent 3d465b6 commit abea791

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)