mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
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
|
image: privatebin/nginx-fpm-alpine:latest
|
||||||
container_name: privatebin
|
container_name: privatebin
|
||||||
read_only: true
|
read_only: true
|
||||||
|
user: 65534:82
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- './privatebin-data:/srv/data' # data volume for pastes allows pastes
|
||||||
source: "./privatebin-data"
|
# to persist after container stop or restart
|
||||||
target: "/srv/data"
|
|
||||||
uid: 165534
|
|
||||||
gid: 100082
|
|
||||||
# - './privatebin-data:/srv/data' # data volume for pastes allows pastes
|
|
||||||
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
|
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user