Fix readme

This commit is contained in:
Digital Studium 2023-03-25 18:45:51 +03:00
parent 48c24a3f92
commit f26606c630
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Before you begin, you will need:
Note: The `stack.yaml` file contains the configuration for the Gitea application, including the Docker image to use, the ports to expose, and any environment variables to set. Note: The `stack.yaml` file contains the configuration for the Gitea application, including the Docker image to use, the ports to expose, and any environment variables to set.
6. Change `GITEA_HOSTNAME` and `EMAIL` to your own values and then run `setup_nginx.sh` script: 6. Change `GITEA_HOSTNAME` and `EMAIL` inside `.env` file to your own values and then run `setup_nginx.sh` script:
`bash setup_nginx.sh` `bash setup_nginx.sh`