Fix docker volumes path problem

This commit is contained in:
Henry Yang
2018-06-03 22:42:26 +08:00
parent 4e680c78d5
commit e01a04393f

View File

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