mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
Merge pull request #5176 from silenceshell/patch-1
SERVER_ID should be SERVER_IP
This commit is contained in:
commit
98c09766f3
@ -26,7 +26,7 @@ From time to time, you may need to mannually test Harbor REST API. You can deplo
|
||||
```
|
||||
* Change the SERVER_IP to the IP address of your Harbor server.
|
||||
```sh
|
||||
SERVER_ID=<HARBOR_SERVER_DOMAIN>
|
||||
SERVER_IP=<HARBOR_SERVER_DOMAIN>
|
||||
```
|
||||
* Change the file mode.
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user