PR #295: Additional docs fixes for docker_repo_url.

This commit is contained in:
Jeff Geerling
2021-08-27 15:51:15 -05:00
parent 444435f7a1
commit 4f4c332aa1
2 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ docker_compose_version: "1.26.0"
docker_compose_url: https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-x86_64
docker_compose_path: /usr/local/bin/docker-compose
# Docker repo url common for linux
# Docker repo URL.
docker_repo_url: https://download.docker.com/linux
# Used only for Debian/Ubuntu. Switch 'stable' to 'nightly' if needed.