mirror of
https://github.com/ION606/sharing.git
synced 2026-05-14 21:56:54 +00:00
permissions fix
This commit is contained in:
+3
-1
@@ -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}`)
|
||||
|
||||
Reference in New Issue
Block a user