mirror of
https://github.com/ION606/sharing.git
synced 2026-05-14 21:56:54 +00:00
selinux fix
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ services:
|
||||
ports:
|
||||
- "8550:8550"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro,Z
|
||||
- caddy-data:/data
|
||||
environment:
|
||||
- PASTE_DOMAIN=${PASTE_DOMAIN}
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
privatebin:
|
||||
image: privatebin/nginx-fpm-alpine:stable
|
||||
volumes:
|
||||
- ./privatebin.conf.php:/srv/cfg/conf.php:ro
|
||||
- ./privatebin.conf.php:/srv/cfg/conf.php
|
||||
- privatebin-data:/srv/data
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
|
||||
Reference in New Issue
Block a user