refactor(compose): Copy Docker images with copy-docker
This commit is contained in:
@@ -45,7 +45,7 @@ Copy images to target Docker host, that is assuming you deploy to a machine that
|
||||
source "${COMPOSE_ENV}"
|
||||
# FIXME Docker Hub image name with or without slash? FIXME
|
||||
for image in 'grafana:'"${GRAFANA_VERSION}" 'nginx:'"${NGINX_VERSION}"; do
|
||||
copy-docker.sh "${image}" fully.qualified.domain.name
|
||||
copy-docker "${image}" fully.qualified.domain.name
|
||||
done
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user