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 4. Run `./create-self-cert.sh` to generate a self-signed certificate for
`dev.example` `dev.example`
5. In `docker-compose.yml`, uncomment the `nginx` service 5. In `docker-compose.yml`, uncomment the `nginx` service
6. In `nginx.conf`, update the domain to `dev.example` and uncomment the 6. In `nginx.conf`,
self-signed cert paths - Update the domain to `dev.example`
- Uncomment the self-signed cert paths
7. `docker-compose up` 7. `docker-compose up`
## License ## License