Skip to content

Commit 92a7080

Browse files
committed
missing closing quotes on echo statements
Signed-off-by: Phill Kelley <[email protected]>
1 parent 8a3569b commit 92a7080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Containers/Gitea.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ Environment variables need to be set in several stages:
8585
3. The `GITEA_ROOT_URL` environment variable should be set to the URL that the **user** uses to reach the Gitea service. If you use a proxy host such as Nginx then this would be the URL you present to the proxy. For example:
8686

8787
``` console
88-
$ echo "GITEA_ROOT_URL=https://gitea.my.domain.com >>~/IOTstack.env
88+
$ echo "GITEA_ROOT_URL=https://gitea.my.domain.com" >>~/IOTstack.env
8989
```
9090

9191
Alternatively, if you connect directly to the host on which the service is running, the URL will be that of the host plus the external port of the Gitea container. For example:
9292

9393
``` console
94-
$ echo "GITEA_ROOT_URL=http://host.my.domain.com:7920 >>~/IOTstack.env
94+
$ echo "GITEA_ROOT_URL=http://host.my.domain.com:7920" >>~/IOTstack.env
9595
```
9696

9797
If omitted, defaults to null in which case the container will make a best-efforts determination (which is unlikely to be correct). You will also see this warning:

0 commit comments

Comments
 (0)