Skip to content

Commit 62c3565

Browse files
authored
[bitnami/harbor-portal] Fix document and docker-compose.yml error (#78280)
1 parent aca868e commit 62c3565

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bitnami/harbor-portal/2/debian-12/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- ./config/core/app.conf:/etc/core/app.conf:ro
6868
- ./config/core/private_key.pem:/etc/core/private_key.pem:ro
6969
portal:
70-
image: docker.io/bitnami/harbor:2
70+
image: docker.io/bitnami/harbor-portal:2
7171
container_name: harbor-portal
7272
depends_on:
7373
- core

bitnami/harbor-portal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
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.
1212

1313
```console
14-
docker run --name harbor bitnami/harbor:latest
14+
docker run --name harbor bitnami/harbor-protal:latest
1515
```
1616

1717
## Why use Bitnami Images?

bitnami/harbor-portal/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- ./config/core/app.conf:/etc/core/app.conf:ro
6868
- ./config/core/private_key.pem:/etc/core/private_key.pem:ro
6969
portal:
70-
image: docker.io/bitnami/harbor:2
70+
image: docker.io/bitnami/harbor-portal:2
7171
container_name: harbor-portal
7272
depends_on:
7373
- core

0 commit comments

Comments
 (0)