Add PrivateBin

pull/1/head
Alexandre Iooss 5 years ago
parent 2fc30b4e70
commit f11d687003
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

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