From 3b8674577524b7b20ce9a23eed5fdaad44751b61 Mon Sep 17 00:00:00 2001 From: Jorenn92 Date: Sun, 7 Jan 2024 17:35:21 +0100 Subject: [PATCH] chore: Temporarily comment the user documentation. Undo after release 2.0 --- README.md | 2 +- docs/2-getting-started/1-installation/Installation.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a329a780..76f3a43f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ services: maintainerr: image: jorenn92/maintainerr:latest container_name: maintainerr - user: 1000:1000 +# user: 1000:1000 # only use this with release 2.0 and up volumes: - :/opt/data environment: diff --git a/docs/2-getting-started/1-installation/Installation.md b/docs/2-getting-started/1-installation/Installation.md index 149a6654..3b0139a0 100644 --- a/docs/2-getting-started/1-installation/Installation.md +++ b/docs/2-getting-started/1-installation/Installation.md @@ -37,7 +37,8 @@ You may alternatively use a third-party updating mechanism, such as Watchtower o Define the Maintainerr service in your docker-compose.yml as follows. -> You have the option to define a User and Group ID for running the container. Maintainerr will operate using this specified UID:GID, and any files it generates within your data volume will also be associated with this designated user and group. If not explicitly specified, the default UID:GID is set to 1000:1000, representing the 'node' user inside the container. +> Starting from release 2.0, you have the option to define a User and Group ID for running the container. Maintainerr will operate using this specified UID:GID, and any files it generates within your data volume will also be associated with this designated user and group. If not explicitly specified, the default UID:GID is set to 1000:1000, representing the 'node' user inside the container. Don't use this with 1.x releases, the container will fail to start. + ```Yaml version: '3' @@ -46,7 +47,7 @@ services: maintainerr: image: jorenn92/maintainerr:latest container_name: maintainerr - user: 1000:1000 +# user: 1000:1000 # only use this with release 2.0 and up volumes: - ./data:/opt/data environment: