Skip to content

Commit 634b34f

Browse files
author
Miguel Ribeiro
committed
fix: improve japanese translation
fix: improve traditional chinese translation fix: improve czech translation fix: setting pgid and puid for the container
1 parent a838a3f commit 634b34f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,10 @@ See instructions to run Wallos below.
114114
```bash
115115
docker run -d --name wallos -v /path/to/config/wallos/db:/var/www/html/db \
116116
-v /path/to/config/wallos/logos:/var/www/html/images/uploads/logos \
117-
-e TZ=Europe/Berlin -e PUID=82 -e PGID=82 -p 8282:80 --restart unless-stopped \
117+
-e TZ=Europe/Berlin -p 8282:80 --restart unless-stopped \
118118
bellamy/wallos:latest
119119
```
120120

121-
Note: PUID and PGUID are optional, defaults to 82. Will let you run as an arbitrary user.
122-
123121
### Docker Compose
124122

125123
```
@@ -131,9 +129,6 @@ services:
131129
- "8282:80/tcp"
132130
environment:
133131
TZ: 'America/Toronto'
134-
# PUID and PGUID are optional, defaults to 82. Will let you run as an arbitrary user.
135-
# PUID: 82
136-
# PGID: 82
137132
# Volumes store your data between container upgrades
138133
volumes:
139134
- './db:/var/www/html/db'

includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
2-
$version = "v2.45.0";
2+
$version = "v2.45.1";
33
?>

0 commit comments

Comments
 (0)