File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ And add secure Token(s) to `api.tokens`. See [API TOKENs](#api-tokens).
6262Take 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
7070This 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
7676Create a ` nginx.conf ` file in the ` docker-compose.yaml ` folder and mount it to ` etc/nginx/conf.d/default.conf ` :
You can’t perform that action at this time.
0 commit comments