SERVER_ID should be SERVER_IP

This commit is contained in:
silenceshell 2018-06-22 11:28:52 +08:00 committed by GitHub
parent a603848ddf
commit 51dba20347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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