[bitnami/harbor-portal] Fix document and docker-compose.yml error (#78280)

This commit is contained in:
Johnny Sung
2025-02-24 15:17:17 +08:00
committed by GitHub
parent aca868eb59
commit 62c3565b5c
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ services:
- ./config/core/app.conf:/etc/core/app.conf:ro
- ./config/core/private_key.pem:/etc/core/private_key.pem:ro
portal:
image: docker.io/bitnami/harbor:2
image: docker.io/bitnami/harbor-portal:2
container_name: harbor-portal
depends_on:
- core

View File

@@ -11,7 +11,7 @@
This container is part of the [Harbor solution](https://github.com/bitnami/charts/tree/main/bitnami/harbor) that is primarily intended to be deployed in Kubernetes.
```console
docker run --name harbor bitnami/harbor:latest
docker run --name harbor bitnami/harbor-protal:latest
```
## Why use Bitnami Images?

View File

@@ -67,7 +67,7 @@ services:
- ./config/core/app.conf:/etc/core/app.conf:ro
- ./config/core/private_key.pem:/etc/core/private_key.pem:ro
portal:
image: docker.io/bitnami/harbor:2
image: docker.io/bitnami/harbor-portal:2
container_name: harbor-portal
depends_on:
- core