Update user ID and group ID in privatebin service configuration

This commit is contained in:
2024-04-27 16:06:48 +08:00
parent 8a56d0c25b
commit d567872c40
+1 -1
View File
@@ -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