diff --git a/docker-compose.yml b/docker-compose.yml index b93aced..e5b0b46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,4 +5,13 @@ services: image: consul:latest command: agent -server -dev -log-level debug -bind 0.0.0.0 -client 0.0.0.0 ports: - - 8500:8500 + - 8500:8500 + # If you are on arm64 and experiencing issues with the tests (hangs, + # connection reset) then try the following in order: + + # - stopping and removing all downloaded container images + # - ensuring you have the latest Docker Desktop version + # - factory reset your Docker Desktop settings + + # If you are still running into issues please post in #help-infra-seg. + platform: linux/amd64