Update privatebin-data volume configuration in production.yml

This commit is contained in:
2024-04-27 15:52:34 +08:00
parent 476f6ff77b
commit 8a56d0c25b
+3 -6
View File
@@ -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