permissions fix

This commit is contained in:
ION606
2025-08-25 22:28:55 -04:00
parent 926e03fb10
commit c2dd971eb1
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -18,8 +18,10 @@ services:
privatebin:
image: privatebin/nginx-fpm-alpine:stable
volumes:
- ./privatebin.conf.php:/srv/cfg/conf.php
- ./privatebin.conf.php:/srv/cfg/conf.php:ro,Z
- privatebin-data:/srv/data
environment:
- SHORT_DOMAIN=${SHORT_DOMAIN}
labels:
- traefik.enable=true
- traefik.http.routers.privatebin.rule=Host(`${PASTE_DOMAIN}`)