Skip to content

Commit

Permalink
Update ngrok in Github for Jira (#2625)
Browse files Browse the repository at this point in the history
- Updating ngrok in docker-compose.yml
  • Loading branch information
krazziekay committed Jan 4, 2024
1 parent 3bb9839 commit 448806e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -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
Expand Down

0 comments on commit 448806e

Please sign in to comment.