From 634b34f83ce5dc32bd44e4ec8043d3aded65c843 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Tue, 28 Jan 2025 22:50:42 +0100 Subject: [PATCH] fix: improve japanese translation fix: improve traditional chinese translation fix: improve czech translation fix: setting pgid and puid for the container --- README.md | 7 +------ includes/version.php | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a1f29c39..80d1b8629 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,10 @@ See instructions to run Wallos below. ```bash docker run -d --name wallos -v /path/to/config/wallos/db:/var/www/html/db \ -v /path/to/config/wallos/logos:/var/www/html/images/uploads/logos \ --e TZ=Europe/Berlin -e PUID=82 -e PGID=82 -p 8282:80 --restart unless-stopped \ +-e TZ=Europe/Berlin -p 8282:80 --restart unless-stopped \ bellamy/wallos:latest ``` -Note: PUID and PGUID are optional, defaults to 82. Will let you run as an arbitrary user. - ### Docker Compose ``` @@ -131,9 +129,6 @@ services: - "8282:80/tcp" environment: TZ: 'America/Toronto' - # PUID and PGUID are optional, defaults to 82. Will let you run as an arbitrary user. - # PUID: 82 - # PGID: 82 # Volumes store your data between container upgrades volumes: - './db:/var/www/html/db' diff --git a/includes/version.php b/includes/version.php index 6e87cddd1..df7c51c61 100644 --- a/includes/version.php +++ b/includes/version.php @@ -1,3 +1,3 @@ \ No newline at end of file