mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +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
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
depends_on:
|
||||
- mysql
|
||||
- registry
|
||||
|
Loading…
Reference in New Issue
Block a user