mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 20:48:00 +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
|
||||
image: hascheksolutions/pictshare:latest
|
||||
volumes:
|
||||
- ./volumes/upload:/opt/pictshare/upload
|
||||
- ./volumes/upload:/usr/share/nginx/html/upload
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
Reference in New Issue
Block a user