rework the composer and php images
update memcached docker-compose logging to us async-connect
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user