Update user ID and group ID in privatebin service configuration
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user