Updates
Improves a few things, but not many changes of substance.
This commit is contained in:
@@ -118,10 +118,10 @@ Garage is written in Rust, and distributed in multiple ways; this package is bui
|
||||
To build the package,
|
||||
|
||||
```
|
||||
make build
|
||||
make build DOMAIN=<domain>
|
||||
```
|
||||
|
||||
This runs `cloudron build`, and may (on first run) request a path to a registry. You can configure a private registry on your own Cloudron for this purpose.
|
||||
This runs `cloudron build`, and may (on first run) request a path to a registry. You can configure a private registry on your own Cloudron for this purpose. You need to pass the Cloudron domain here, so that the manifest can be set up correctly.
|
||||
|
||||
|
||||
```
|
||||
@@ -132,7 +132,7 @@ This runs `cloudron build`, and may (on first run) request a path to a registry.
|
||||
You can override the version built by passing the variable `VERSION`:
|
||||
|
||||
```
|
||||
make build VERSION=v2.1.0
|
||||
make build VERSION=v2.1.0 DOMAIN=s3.example.com
|
||||
```
|
||||
|
||||
### installing
|
||||
|
||||
Reference in New Issue
Block a user