mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-02 19:16:38 +00:00
REL-0.12 Update update-docker.sh to use new httpd namespace
This commit is contained in:
parent
fb193aba20
commit
20383fee48
@ -33,10 +33,10 @@ docker pull cytopia/hhvm-latest:${TAG}
|
|||||||
### HTTPD
|
### HTTPD
|
||||||
###
|
###
|
||||||
TAG="$( grep '^[[:space:]]*image:.*\${HTTPD_SERVER' "${CWD}/docker-compose.yml" | sed 's/^.*://g' )"
|
TAG="$( grep '^[[:space:]]*image:.*\${HTTPD_SERVER' "${CWD}/docker-compose.yml" | sed 's/^.*://g' )"
|
||||||
docker pull cytopia/nginx-stable:${TAG}
|
docker pull devilbox/nginx-stable:${TAG}
|
||||||
docker pull cytopia/nginx-mainline:${TAG}
|
docker pull devilbox/nginx-mainline:${TAG}
|
||||||
docker pull cytopia/apache-2.2:${TAG}
|
docker pull devilbox/apache-2.2:${TAG}
|
||||||
docker pull cytopia/apache-2.4:${TAG}
|
docker pull devilbox/apache-2.4:${TAG}
|
||||||
|
|
||||||
###
|
###
|
||||||
### MYSQL
|
### MYSQL
|
||||||
|
Loading…
Reference in New Issue
Block a user