Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie committed Jul 26, 2023
1 parent 8977de6 commit 9489259
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deploy/cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,10 @@ sealos run docker.io/labring/sealos-cloud:latest\
--config-file tls-secret.yaml
```

If you already have a mongodb, you can use it by setting `--env mongodbUri=<your mongodb uri>`.
If you already have a mongodb, you can use it by setting `--env mongodbUri=<your mongodb uri>`:

```shell
sealos run docker.io/labring/sealos-cloud:latest\
--env cloudDomain="127.0.0.1.nip.io"\
--env mongodbUri=<your mongodb uri>
```

0 comments on commit 9489259

Please sign in to comment.