From d567872c404a857b051a13b7a980e47585126695 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 27 Apr 2024 16:06:48 +0800 Subject: [PATCH] Update user ID and group ID in privatebin service configuration --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 69c3897..2437ad7 100644 --- a/production.yml +++ b/production.yml @@ -97,7 +97,7 @@ services: image: privatebin/nginx-fpm-alpine:latest container_name: privatebin read_only: true - user: 65534:82 + user: 1000:1000 volumes: - './privatebin-data:/srv/data' # data volume for pastes allows pastes # to persist after container stop or restart