requestrr, privatebin, nginx-proxy-manager

This commit is contained in:
Zoz 2021-03-05 18:54:26 +01:00
parent b6b614f52f
commit ef2d8426a6
5 changed files with 44 additions and 3 deletions

View file

@ -0,0 +1,18 @@
## Discord Plex FR : https://discord.gg/ERpYMqS
## Version 2021-03-05
version: '3.3'
services:
privatebin:
ports:
- '80:80' # Interface Web
container_name: privatebin
volumes:
- '/volume1/docker/privatebin/data:/privatebin/data'
- '/volume1/docker/privatebin/cfg:/privatebin/cfg'
restart: unless-stopped
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
# labels:
# - com.centurylinklabs.watchtower.enable=true
image: jgeusebroek/privatebin
# Network conseillé de ne pas utiliser host (pas de redirection de port) ni default_bridge car limité a 16 ip
network_mode: prod