Revert "Merge pull request 'Python' (#81) from Python into master"

This reverts commit 7908c218fa, reversing
changes made to 1c57928338.
This commit is contained in:
MilesTEG 2021-08-10 16:00:38 +02:00
parent 7908c218fa
commit 11582415bd
84 changed files with 5297 additions and 573 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' # WebUI
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