Added docker-compose.yml

pull/283/head
Felix Breidenstein 6 years ago
parent d3c3cb0c1f
commit 5602e47c5f

@ -0,0 +1,15 @@
version: '3'
services:
privatebin:
build: .
ports:
- "3000:80"
volumes:
- data:/var/www/html/data
# Optionally mount a custom config file
#- /srv/docker/privatebin/conf.php:/var/www/html/cfg/conf.php
volumes:
data:
Loading…
Cancel
Save