Skip to content

Commit 2eb5b0f

Browse files
GitHKAndrei Neagu
andauthored
🐛 disable network encryption when running locally due to WSL (#7243)
Co-authored-by: Andrei Neagu <[email protected]>
1 parent 2ef9e0d commit 2eb5b0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/docker-compose.local.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,8 @@ services:
256256
- traefik.http.routers.${SWARM_STACK_NAME}_whoami.rule=PathPrefix(`/whoami`)
257257
- traefik.http.routers.${SWARM_STACK_NAME}_whoami.entrypoints=traefik_monitor
258258
- traefik.http.routers.${SWARM_STACK_NAME}_whoami.middlewares=${SWARM_STACK_NAME}_gzip@swarm
259+
260+
networks:
261+
docker-api-network:
262+
driver_opts:
263+
encrypted: "false" # disable locally, some WSL versions have issues with encrypted networks SEE https://github.com/microsoft/WSL/issues/10029

0 commit comments

Comments
 (0)