doc: fix nginx example docker-compose

Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
Jan Larwig 2026-01-18 01:11:56 +01:00
parent 8c08783b69
commit 5aad62e357
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
# 127.0.0.1 oauth2-proxy.localhost # 127.0.0.1 oauth2-proxy.localhost
# 127.0.0.1 httpbin.oauth2-proxy.localhost # 127.0.0.1 httpbin.oauth2-proxy.localhost
# 127.0.0.1 oauth2-proxy.oauth2-proxy.localhost # 127.0.0.1 oauth2-proxy.oauth2-proxy.localhost
version: '3.0' version: "3.0"
services: services:
oauth2-proxy: oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2 image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
@ -62,7 +62,7 @@ services:
- "./dex.yaml:/dex.yaml" - "./dex.yaml:/dex.yaml"
restart: unless-stopped restart: unless-stopped
ports: ports:
- 5556:4181/tcp - 5556:5556/tcp
networks: networks:
dex: dex:
aliases: aliases: