Increased docker timeout
This commit is contained in:
parent
385db48967
commit
ea460e4541
|
@ -3,6 +3,8 @@ if [ -z "$TMUX" ]; then tmux; exit; fi
|
||||||
export ZDOTDIR="${HOME}/.dotfiles/zsh"
|
export ZDOTDIR="${HOME}/.dotfiles/zsh"
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export USE_CCACHE=1
|
export USE_CCACHE=1
|
||||||
|
export DOCKER_CLIENT_TIMEOUT=300
|
||||||
|
export COMPOSE_HTTP_TIMEOUT=300
|
||||||
|
|
||||||
export PATH="${HOME}/.local/bin:$PATH"
|
export PATH="${HOME}/.local/bin:$PATH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user