From 448806eff42b781e31a262108894bf1cc1fc6d4e Mon Sep 17 00:00:00 2001 From: kAy Date: Thu, 4 Jan 2024 15:34:47 +1100 Subject: [PATCH] Update ngrok in Github for Jira (#2625) - Updating ngrok in docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c4013a3ab..a815529bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,13 +17,13 @@ services: POSTGRES_HOST_AUTH_METHOD: trust ngrok: - image: wernight/ngrok + image: ngrok/ngrok:latest container_name: ngrok extra_hosts: - "host.docker.internal:host-gateway" ports: - "4040:4040" - command: ngrok http -log stdout --authtoken $NGROK_AUTHTOKEN host.docker.internal:8080 + command: http --log stdout --authtoken=$NGROK_AUTHTOKEN host.docker.internal:8080 localstack: image: localstack/localstack:1.0.4