File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7272 run : mix dialyzer --plt
7373
7474 - name : Start docker
75- run : DOCKER_USER="$UID:$GID" docker- compose up --detach
75+ run : DOCKER_USER="$UID:$GID" docker compose up --detach
7676
7777 - name : Check for unused dependencies
7878 run : mix do deps.get, deps.unlock --check-unused
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ mix test --exclude requires_internet_connection
131131Run all tests:
132132
133133``` sh
134- DOCKER_USER=" $UID :$GID " docker- compose up --detach # or podman-compose up --detach
134+ DOCKER_USER=" $UID :$GID " docker compose up --detach # or podman-compose up --detach
135135mix test --include proxy
136136```
137137
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
1313
1414 httpbin :
1515 image : docker.io/kennethreitz/httpbin:latest
16+ platform : linux/amd64
1617 ports :
1718 - " 8080:80"
1819
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule Mint.HttpBin do
55
66 def proxy_host ( ) do
77 # the proxy runs in docker so we use the
8- # docker- compose name to connect
8+ # docker compose name to connect
99 "caddyhttpbin"
1010 end
1111
You can’t perform that action at this time.
0 commit comments