mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
Merge pull request #102 from reasonerjt/master
expose 443 port on nginx
This commit is contained in:
commit
cf543e94fa
@ -57,6 +57,7 @@ services:
|
|||||||
- ./config/nginx:/etc/nginx
|
- ./config/nginx:/etc/nginx
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
- 443:443
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
- registry
|
- registry
|
||||||
|
Loading…
Reference in New Issue
Block a user