rework the composer and php images

update memcached docker-compose logging to us async-connect
This commit is contained in:
2018-07-07 10:05:11 -04:00
parent 3b8fbd4f6b
commit 59dfad6129

View File

@@ -8,7 +8,7 @@ todo: set this up as a cron
#install new certs #install new certs
``` ```
DOCKER_HOST=dkhost01:2376 docker run -d \ DOCKER_HOST=dkhost:2376 docker run -d \
-p 83:80 \ -p 83:80 \
--name letsencrypt \ --name letsencrypt \
-e "LETSENCRYPT_HTTPS_ENABLED=false" \ -e "LETSENCRYPT_HTTPS_ENABLED=false" \
@@ -28,7 +28,7 @@ DOCKER_HOST=dkhost01:2376 docker run -d \
``` ```
``` ```
DOCKER_HOST=dkhost01:2376 docker run -d \ DOCKER_HOST=dkhost:2376 docker run -d \
-p 83:80 \ -p 83:80 \
--name letsencrypt_updates \ --name letsencrypt_updates \
-e "LETSENCRYPT_HTTPS_ENABLED=false" \ -e "LETSENCRYPT_HTTPS_ENABLED=false" \