Skip to content

Commit

Permalink
fix: kong DNS delay on Docker on WSL2
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Apr 8, 2021
1 parent 7daec95 commit dcc8ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/init/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
environment:
KONG_DECLARATIVE_CONFIG: /var/lib/kong/kong.yml
KONG_PLUGINS: request-transformer,cors,key-auth,http-log
KONG_DNS_ORDER: LAST,A,CNAME
ports:
- <%= props.kongPort %>:8000/tcp
auth:
Expand Down

0 comments on commit dcc8ab4

Please sign in to comment.