README: Tweak deployment instructions

This commit is contained in:
Pere Lev 2024-10-21 20:10:56 +03:00
parent 700ff956cf
commit 00c976b5e3
No known key found for this signature in database
GPG key ID: 5252C5C863E5E57D

View file

@ -214,8 +214,9 @@ as the server's domain name:
4. Run `./create-self-cert.sh` to generate a self-signed certificate for
`dev.example`
5. In `docker-compose.yml`, uncomment the `nginx` service
6. In `nginx.conf`, update the domain to `dev.example` and uncomment the
self-signed cert paths
6. In `nginx.conf`,
- Update the domain to `dev.example`
- Uncomment the self-signed cert paths
7. `docker-compose up`
## License