Add PrivateBin

This commit is contained in:
Alexandre Iooss 2019-07-25 10:58:33 +02:00
parent 2fc30b4e70
commit f11d687003
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02

View file

@ -0,0 +1,11 @@
version: "3.7"
services:
privatebin:
image: privatebin/nginx-fpm-alpine
volumes:
- ./data_privatebin:/srv/data
ports:
- 8083:80
restart: always