@@ -67,7 +67,7 @@ endpoint restrictions, placeholders, flexible configuration
6767Get the latest version of the ` docker-compose.yaml ` file:
6868
6969``` yaml
70- { { file. docker-compose.yaml } }
70+ { { # :// docker-compose.yaml } }
7171```
7272
7373And 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).
8383Take a look at the [ traefik] ( https://github.com/traefik/traefik ) implementation:
8484
8585``` yaml
86- { { file. examples/reverse-proxy/traefik/traefik.docker-compose.yaml } }
86+ { { # :// examples/reverse-proxy/traefik/traefik.docker-compose.yaml } }
8787```
8888
8989#### NGINX Proxy
9090
9191This is the [ NGINX] ( https://github.com/nginx/nginx ) ` docker-compose.yaml ` file:
9292
9393``` yaml
94- { { file. examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
94+ { { # :// examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
9595```
9696
9797Create a ` nginx.conf ` file in the ` docker-compose.yaml ` folder and mount it to ` etc/nginx/conf.d/default.conf ` :
9898
9999``` conf
100- { { file. examples/reverse-proxy/nginx/nginx.conf } }
100+ { { #:// examples/reverse-proxy/nginx/nginx.conf } }
101101```
102102
103103Lastly 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
197197This example config shows all of the individual settings that can be applied:
198198
199199``` yaml
200- { { file. 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](
209209Here is an example:
210210
211211``` yaml
212- { { file. examples/token.yml } }
212+ { { # :// examples/token.yml } }
213213```
214214
215215### Environment
0 commit comments