Update privatebin-data volume configuration in production.yml
This commit is contained in:
+3
-6
@@ -97,13 +97,10 @@ services:
|
||||
image: privatebin/nginx-fpm-alpine:latest
|
||||
container_name: privatebin
|
||||
read_only: true
|
||||
user: 65534:82
|
||||
volumes:
|
||||
- type: bind
|
||||
source: "./privatebin-data"
|
||||
target: "/srv/data"
|
||||
uid: 165534
|
||||
gid: 100082
|
||||
# - './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
|
||||
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
|
||||
expose:
|
||||
- 8080
|
||||
|
||||
Reference in New Issue
Block a user