This commit is contained in:
alexcos20 2022-01-14 02:42:45 -08:00
parent dc97d61ae6
commit f44e137e5b
1 changed files with 3 additions and 1 deletions

View File

@ -76,6 +76,7 @@ The default versions are always a combination of component versions which are co
| Graphpgsql | | postgres | 172.15.0.7 | 5432 -> 5432 |
| Dashboard | | portainer/portainer | 172.15.0.25 | 9100 -> 9000 |
| Redis | | bitnami/redis:latest | 172.15.0.18 | 6379 -> 6379 |
| C2d | | multiple components | 172.15.0.12,172.15.0.13 | 31000 -> 31000 |
@ -111,6 +112,7 @@ export AQUARIUS_VERSION=v2.0.0
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
| `--exposeip` | Binds the components to that specific ip. Example: `./start_ocean.sh --exposeip 192.168.0.1` |
| `--with-c2d` | Runs a local C2D Cluster |
@ -214,7 +216,7 @@ See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concept
openssl genrsa 2048 > registry.key
openssl req -new -x509 -nodes -sha1 -days 3650 -key registry.key -out registry.crt -addext 'subjectAltName = IP:172.15.0.11'
```
## License
```text