Add docker-compose.yml

Fixes #93
This commit is contained in:
Dessalines
2019-09-23 13:32:33 -07:00
parent 82f97479ff
commit 6806e4a15a

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.3'
services:
pictshare:
image: hascheksolutions/pictshare:latest
ports:
- "80:80"
volumes:
- pictshare:/usr/share/nginx/html/data
volumes:
pictshare: