requestrr, privatebin, nginx-proxy-manager
This commit is contained in:
parent
b6b614f52f
commit
ef2d8426a6
5 changed files with 44 additions and 3 deletions
18
docker-compose/privatebin/docker-compose.yml
Executable file
18
docker-compose/privatebin/docker-compose.yml
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue