Add instructions for Containerfile
This commit is contained in:
parent
5d7fcbd9cc
commit
2e46b6458b
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ If you want to start the service automatically, you can adapt the example system
|
|||
|
||||
You can also use nginx as a reverse proxy, so that the sync server listens on port 443. An example file is provided.
|
||||
|
||||
## Container
|
||||
|
||||
To build the application for use with the Containerfile, you first have to add the musl-target: `rustup target add x86_64-unknown-linux-musl`
|
||||
|
||||
Then you can compile kosyncrs for it: `cargo build --release --target=x86_64-unknown-linux-musl`
|
||||
|
||||
### Database setup
|
||||
|
||||
First, create a new database user and set a password:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue