Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CSAN
Csan
Commits
a251e905
Commit
a251e905
authored
Aug 13, 2020
by
DQ
Browse files
Add log denpendency ti trivy
To void trivy can not start issue Signed-off-by:
DQ
<
dengq@vmware.com
>
parent
b3012ec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
make/photon/prepare/templates/docker_compose/docker-compose.yml.jinja
...prepare/templates/docker_compose/docker-compose.yml.jinja
+4
-3
No files found.
make/photon/prepare/templates/docker_compose/docker-compose.yml.jinja
View file @
a251e905
...
...
@@ -554,12 +554,13 @@ services:
cap_drop:
- ALL
dns_search: .
networks:
- harbor
{% if external_redis == False %}
depends_on:
- log
{% if external_redis == False %}
- redis
{% endif %}
networks:
- harbor
volumes:
- type: bind
source: {{data_volume}}/trivy-adapter/trivy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment