From a7355daa424583bf0708074211c4a1b57ebc5c63 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:11:17 +0000 Subject: [PATCH] ci: apply automated fixes --- docs/using-ngrok-with/docker.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/using-ngrok-with/docker.md b/docs/using-ngrok-with/docker.md index 074e0e4bb..78ee19830 100644 --- a/docs/using-ngrok-with/docker.md +++ b/docs/using-ngrok-with/docker.md @@ -71,12 +71,12 @@ services: - "80:80" restart: always ngrok: - image: ngrok/ngrok:latest - command: - - "http" - - "http://host.docker.internal:80" - environment: - NGROK_AUTHTOKEN: ${NGROK_AUTHTOKEN} - ports: - - 4040:4040 -``` \ No newline at end of file + image: ngrok/ngrok:latest + command: + - "http" + - "http://host.docker.internal:80" + environment: + NGROK_AUTHTOKEN: ${NGROK_AUTHTOKEN} + ports: + - 4040:4040 +```