Update DOCKER_INSTALL.md
This commit is contained in:
parent
4cb0351f14
commit
8c47ef140b
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,10 @@
|
||||||
install](https://docs.docker.com/compose/install/)
|
install](https://docs.docker.com/compose/install/)
|
||||||
|
|
||||||
### Set up the boltcard server
|
### Set up the boltcard server
|
||||||
edit `.env` to set up the database connection
|
- edit `.env` to set up the database connection
|
||||||
edit `settings.sql` to set up [bolt card system settings](SETTINGS.md)
|
- edit `settings.sql` to set up [bolt card system settings](SETTINGS.md)
|
||||||
- Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon`
|
- Put the `tls.cert` file and `admin.macaroon` files in the project root directory and in the settings.sql, set the paths to the files to `/boltcard/tls.cert` and `/boltcard/admin.macaroon`
|
||||||
edit `Caddyfile` to set the boltcard domain name
|
- edit `Caddyfile` to set the boltcard domain name
|
||||||
|
|
||||||
### https setup
|
### https setup
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue