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