mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
Add depdends_on to portal container
Fixes #5878 Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
8cdd2d29d9
commit
36ab8a5bf1
@ -116,6 +116,9 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- harbor
|
||||
depends_on:
|
||||
- log
|
||||
- ui
|
||||
logging:
|
||||
driver: "syslog"
|
||||
options:
|
||||
|
Loading…
Reference in New Issue
Block a user