Skip to content

Commit 72571e5

Browse files
Bot Updating Templated Files
1 parent b01e78b commit 72571e5

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
@@ -112,7 +112,7 @@ services:
112112
- PGID=1000
113113
- TZ=Etc/UTC
114114
volumes:
115-
- </path/to/appdata/config>:/config
115+
- /path/to/thelounge/config:/config
116116
ports:
117117
- 9000:9000
118118
restart: unless-stopped
@@ -127,7 +127,7 @@ docker run -d \
127127
-e PGID=1000 \
128128
-e TZ=Etc/UTC \
129129
-p 9000:9000 \
130-
-v </path/to/appdata/config>:/config \
130+
-v /path/to/thelounge/config:/config \
131131
--restart unless-stopped \
132132
lscr.io/linuxserver/thelounge:latest
133133
```
@@ -142,7 +142,7 @@ Containers are configured using parameters passed at runtime (such as those abov
142142
| `-e PUID=1000` | for UserID - see below for explanation |
143143
| `-e PGID=1000` | for GroupID - see below for explanation |
144144
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
145-
| `-v /config` | Configuration files. |
145+
| `-v /config` | Persistent config files |
146146

147147
## Environment variables from files (Docker secrets)
148148

@@ -305,6 +305,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
305305

306306
## Versions
307307

308+
* **23.12.23:** - Rebase to Alpine 3.19.
308309
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
309310
* **18.12.22:** - Rebasing master to alpine 3.17.
310311
* **24.10.22:** - Fix sqlite3 build.

0 commit comments

Comments
 (0)