From bdca53183203954a8ca350d5f5f4290563739570 Mon Sep 17 00:00:00 2001 From: plantysnake Date: Thu, 17 Nov 2022 15:28:36 +0300 Subject: [PATCH] Update setup in docs --- docs/setup/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/setup/README.md b/docs/setup/README.md index b9c42274..8af41830 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -27,6 +27,10 @@ services: # Uncomment this if IPv6 is not enabled on your host # DISABLE_IPV6: 'true' + # Uncomment this if you want to use custom UID/GID + # PUID: 1000 + # PGID: 1000 + volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt @@ -71,6 +75,10 @@ services: DB_MYSQL_NAME: "npm" # Uncomment this if IPv6 is not enabled on your host # DISABLE_IPV6: 'true' + + # Uncomment this if you want to use custom UID/GID + # PUID: 1000 + # PGID: 1000 volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt