mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 10:47:20 +08:00
15 lines
304 B
YAML
15 lines
304 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
services:
|
|
harbor-adapter-trivy:
|
|
image: docker.io/bitnami/harbor-adapter-trivy:2
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- harbor-adapter-trivy_data:/bitnami
|
|
volumes:
|
|
harbor-adapter-trivy_data:
|
|
driver: local
|