Merge pull request #53 from HenryYang/master

Fix docker volumes path problem
This commit is contained in:
Christian Haschek
2018-06-03 17:32:02 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ services:
restart: always restart: always
image: hascheksolutions/pictshare:latest image: hascheksolutions/pictshare:latest
volumes: volumes:
- ./volumes/upload:/opt/pictshare/upload - ./volumes/upload:/usr/share/nginx/html/upload
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"