mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 16:48:30 +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
|
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