mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:27:48 +08:00
[bitnami/harbor-portal] Fix document and docker-compose.yml error (#78280)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user