From c0a7e8352f0868bc01de6d323aceae6a37defc03 Mon Sep 17 00:00:00 2001 From: Marcos Cannabrava <54267712+marcoscannabrava@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:10:31 -1000 Subject: [PATCH] docs: cleanup docker compose comments (#7414) * docs: cleanup docker compose comments * pr template: fix typo --- .github/pull_request_template.md | 2 +- docker-compose.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b7a1643686..3615d030bf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,7 +22,7 @@ -## [REQUIRED] Testing - Attach a screenshot of any new tests passing locall +## [REQUIRED] Testing - Attach a screenshot of any new tests passing locally If UI changes, send a screenshot/GIF of working UI fixes diff --git a/docker-compose.yml b/docker-compose.yml index 4ae8b717d0..1508bd375c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,14 +10,9 @@ services: ## Uncomment these lines to start proxy with a config.yaml file ## # volumes: # - ./config.yaml:/app/config.yaml <<- this is missing in the docker-compose file currently - # The below two are my suggestion # command: # - "--config=/app/config.yaml" ############################################## - ######################################### - ## Uncomment these lines to start proxy with a config.yaml file ## - # volumes: - ############################################### ports: - "4000:4000" # Map the container port to the host, change the host port if necessary environment: