Skip to content

Commit

Permalink
Update nginx image version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Jan 8, 2020
1 parent ee3f49e commit b41319b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/.env-default
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/ENVIRONMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Property | Values | Description
## <a id="images-envs"></a>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`.

Expand Down Expand Up @@ -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
`DEPLOY_STRATEGY`| `(string)` `1-4` | See `site-deploy.sh` for more info

0 comments on commit b41319b

Please sign in to comment.