minor document tidy

This commit is contained in:
Peter Rounce 2023-02-14 09:38:58 +00:00 committed by GitHub
parent 2f00965655
commit f20bb436c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,12 @@
### https setup
set up the domain A record to point to the server
set up the server hosting firewall to allow open access to https (port 443) only
- set up the domain A record to point to the server
- set up the server hosting firewall to allow open access to https (port 443) only
### database setup
copy the `.env.example` file to `.env` and change the database password
- copy the `.env.example` file to `.env` and change the database password
### service bring-up and running
```