Skip to content

Commit adbf4cf

Browse files
committed
fixed README
1 parent 9a51a7e commit adbf4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/templates/README.template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ And add secure Token(s) to `api.tokens`. See [API TOKENs](#api-tokens).
6262
Take a look at the [traefik](https://github.com/traefik/traefik) implementation:
6363

6464
```yaml
65-
{ { file.examples/traefik/traefik.docker-compose.yaml } }
65+
{ { file.examples/reverse-proxy/traefik/traefik.docker-compose.yaml } }
6666
```
6767

6868
#### NGINX Proxy
6969

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

7272
```yaml
73-
{ { file.examples/nginx/nginx.docker-compose.yaml } }
73+
{ { file.examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
7474
```
7575

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

0 commit comments

Comments
 (0)