Skip to content

Commit 7ceded7

Browse files
committed
update due to goplater
1 parent c9900b3 commit 7ceded7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/templates/README.template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ endpoint restrictions, placeholders, flexible configuration
6767
Get the latest version of the `docker-compose.yaml` file:
6868

6969
```yaml
70-
{ { #://docker-compose.yaml } }
70+
{{{ #://docker-compose.yaml }}}
7171
```
7272

7373
And add secure Token(s) to `api.tokens`. See [API TOKENs](#api-tokens).
@@ -83,21 +83,21 @@ And add secure Token(s) to `api.tokens`. See [API TOKENs](#api-tokens).
8383
Take a look at the [traefik](https://github.com/traefik/traefik) implementation:
8484

8585
```yaml
86-
{ { #://examples/reverse-proxy/traefik/traefik.docker-compose.yaml } }
86+
{{{ #://examples/reverse-proxy/traefik/traefik.docker-compose.yaml }}}
8787
```
8888

8989
#### NGINX Proxy
9090

9191
This is the [NGINX](https://github.com/nginx/nginx) `docker-compose.yaml` file:
9292

9393
```yaml
94-
{ { #://examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
94+
{{{ #://examples/reverse-proxy/nginx/nginx.docker-compose.yaml }}}
9595
```
9696

9797
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
9898

9999
```conf
100-
{ { #://examples/reverse-proxy/nginx/nginx.conf } }
100+
{{{ #://examples/reverse-proxy/nginx/nginx.docker-compose.yaml }}}
101101
```
102102

103103
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.
@@ -197,7 +197,7 @@ To change the internal config file location set `CONFIG_PATH` in your **Environm
197197
This example config shows all of the individual settings that can be applied:
198198

199199
```yaml
200-
{ { #://examples/config.yml } }
200+
{{{ #://examples/config.yml }}}
201201
```
202202

203203
#### Token Configs
@@ -209,7 +209,7 @@ This way you can permission tokens by further restricting or adding [Endpoints](
209209
Here is an example:
210210

211211
```yaml
212-
{ { #://examples/token.yml } }
212+
{{{ #://examples/token.yml }}}
213213
```
214214

215215
### Environment

0 commit comments

Comments
 (0)