Add PrivateBin
This commit is contained in:
parent
2fc30b4e70
commit
f11d687003
1 changed files with 11 additions and 0 deletions
11
privatebin/docker-compose.yml
Normal file
11
privatebin/docker-compose.yml
Normal 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
|
||||
|
Loading…
Reference in a new issue