Remove localhost binding from authentik_proxy ports in docker-compose
This commit is contained in:
parent
5704de7a39
commit
fec707f8ec
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ services:
|
||||||
# networks:
|
# networks:
|
||||||
# - foo
|
# - foo
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:42080:42080
|
- 42080:42080
|
||||||
- 127.0.0.1:42443:42443
|
- 42443:42443
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue