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 @@ -112,7 +112,7 @@ services:
112
112
- PGID=1000
113
113
- TZ=Etc/UTC
114
114
volumes :
115
- - < /path/to/appdata /config> :/config
115
+ - /path/to/thelounge /config:/config
116
116
ports :
117
117
- 9000:9000
118
118
restart : unless-stopped
@@ -127,7 +127,7 @@ docker run -d \
127
127
-e PGID=1000 \
128
128
-e TZ=Etc/UTC \
129
129
-p 9000:9000 \
130
- -v < /path/to/appdata /config> :/config \
130
+ -v /path/to/thelounge /config:/config \
131
131
--restart unless-stopped \
132
132
lscr.io/linuxserver/thelounge:latest
133
133
```
@@ -142,7 +142,7 @@ Containers are configured using parameters passed at runtime (such as those abov
142
142
| ` -e PUID=1000 ` | for UserID - see below for explanation |
143
143
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
144
144
| ` -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 |
146
146
147
147
## Environment variables from files (Docker secrets)
148
148
@@ -305,6 +305,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
305
305
306
306
# # Versions
307
307
308
+ * ** 23.12.23:** - Rebase to Alpine 3.19.
308
309
* ** 25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
309
310
* ** 18.12.22:** - Rebasing master to alpine 3.17.
310
311
* ** 24.10.22:** - Fix sqlite3 build.
You can’t perform that action at this time.
0 commit comments