diff --git a/README.md b/README.md index 0640148..33ae886 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ to the require section of your `composer.json` file. ## Latest docker images - NGINX - - matthewpatell/universal-docker-nginx:3.5 + - matthewpatell/universal-docker-nginx:3.6 - SERVER - matthewpatell/universal-docker-server:3.9 - matthewpatell/universal-docker-server:3.9-dev diff --git a/docker/.env-default b/docker/.env-default index 25f9cf1..3a12b57 100755 --- a/docker/.env-default +++ b/docker/.env-default @@ -48,7 +48,7 @@ PHP_IDE_CONFIG="serverName=${PROJECT_NAME}" XDEBUG_CONFIG="default_enable=0 remote_host=172.18.0.1 remote_enable=0 profiler_enable_trigger=0 remote_port=$DEBUG_PORT" # IMAGES REPOSITORIES -NGINX_REPOSITORY=matthewpatell/universal-docker-nginx:3.5 +NGINX_REPOSITORY=matthewpatell/universal-docker-nginx:3.6 SERVER_REPOSITORY=matthewpatell/universal-docker-server:3.9-dev # For production environment: diff --git a/docs/ENVIRONMENTS.md b/docs/ENVIRONMENTS.md index e404b13..96e3088 100644 --- a/docs/ENVIRONMENTS.md +++ b/docs/ENVIRONMENTS.md @@ -46,7 +46,7 @@ Property | Values | Description ## Images env (service: all) Property | Values | Description ---------|--------|------------ -`NGINX_REPOSITORY`| `(string)` `Default: matthewpatell/universal-docker-nginx:3.5` | Nginx docker image +`NGINX_REPOSITORY`| `(string)` `Default: matthewpatell/universal-docker-nginx:3.6` | Nginx docker image `SERVER_REPOSITORY`| `(string)` `Default: matthewpatell/universal-docker-server:3.9-dev` | Either server (or server dev) image in non-scalable configuration, or `matthewpatell/universal-docker-server-php-fpm` for scaling `nginx`+`php-fpm`. `TERMINAL_REPOSITORY`| `(string)` `Default: none` | Static non-scalable docker image for ssh connection, cron, queue listener and etc. Use image: `matthewpatell/universal-docker-server`. @@ -164,4 +164,4 @@ Property | Values | Description `DEPLOY_SERVER_NAME`| `string` | SSH server name. `DEPLOY_CONTAINER_NAME`| `string` | Docker container name for deploy. `PROJECT_PATH`| `(string)` | Path to project folder in remote server. -`DEPLOY_STRATEGY`| `(string)` `1-4` | See `site-deploy.sh` for more info \ No newline at end of file +`DEPLOY_STRATEGY`| `(string)` `1-4` | See `site-deploy.sh` for more info