mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 04:28:01 +00:00
Merge pull request #53 from HenryYang/master
Fix docker volumes path problem
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user