add docker-compsose file

This commit is contained in:
yellowsoar
2017-12-26 14:11:32 +08:00
parent 45d96b9896
commit fd869a0219

24
docker-compose.yml Normal file
View File

@@ -0,0 +1,24 @@
version: '2'
services:
pictshare:
restart: always
image: hascheksolutions/pictshare:latest
volumes:
- ./volumes/upload:/opt/pictshare/upload
ports:
- "80:80"
- "443:443"
environment:
- TITLE=
- AUTOUPDATE=false
- MAXUPLOADSIZE=
- MASTERDELETECODE=
- BLOATING=
- UPLOADCODE=
- UPLOADPATH=
- IMAGECHANGECODE=
- LOGUPLOADER=
- MAXRESIZEDIMAGES=
- DOMAIN=
- SHOWERRORS=