mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
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
|
image: privatebin/nginx-fpm-alpine:latest
|
||||||
container_name: privatebin
|
container_name: privatebin
|
||||||
read_only: true
|
read_only: true
|
||||||
user: 65534:82
|
user: 1000:1000
|
||||||
volumes:
|
volumes:
|
||||||
- './privatebin-data:/srv/data' # data volume for pastes allows pastes
|
- './privatebin-data:/srv/data' # data volume for pastes allows pastes
|
||||||
# to persist after container stop or restart
|
# to persist after container stop or restart
|
||||||
|
|||||||
Reference in New Issue
Block a user