diff --git a/home/dot_zshenv b/home/dot_zshenv index 5fbd50b..88fa6a5 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -30,3 +30,5 @@ export LESS='--chop-long-lines --HILITE-UNREAD --ignore-case --incsearch --jump- export GOPROXY="direct" export GOPRIVATE="gitea.gwairfelin.com" + +export COMPOSE_PULL_POLICY="build"