doc: fix nginx example docker-compose
Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
parent
8c08783b69
commit
5aad62e357
|
|
@ -19,7 +19,7 @@
|
|||
# 127.0.0.1 oauth2-proxy.localhost
|
||||
# 127.0.0.1 httpbin.oauth2-proxy.localhost
|
||||
# 127.0.0.1 oauth2-proxy.oauth2-proxy.localhost
|
||||
version: '3.0'
|
||||
version: "3.0"
|
||||
services:
|
||||
oauth2-proxy:
|
||||
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
|
||||
|
|
@ -62,7 +62,7 @@ services:
|
|||
- "./dex.yaml:/dex.yaml"
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5556:4181/tcp
|
||||
- 5556:5556/tcp
|
||||
networks:
|
||||
dex:
|
||||
aliases:
|
||||
|
|
|
|||
Loading…
Reference in New Issue