mirror of
https://github.com/goharbor/harbor
synced 2025-04-12 22:20:53 +00:00
Merge pull request #5884 from reasonerjt/add-dep-portal
Add depdends_on to portal container
This commit is contained in:
commit
1c0e1e7dca
|
@ -116,6 +116,9 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- harbor
|
- harbor
|
||||||
|
depends_on:
|
||||||
|
- log
|
||||||
|
- ui
|
||||||
logging:
|
logging:
|
||||||
driver: "syslog"
|
driver: "syslog"
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user