Skip to content

Commit

Permalink
Update nginx continer to 3.2.1
Browse files Browse the repository at this point in the history
Fixes uploads via REST API and updates to nginx 1.19.8
  • Loading branch information
roborourke committed Mar 26, 2021
1 parent db058a8 commit f434c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected function get_service_cavalcade() : array {
protected function get_service_nginx() : array {
return [
'nginx' => [
'image' => 'humanmade/altis-local-server-nginx:3.1.0',
'image' => 'humanmade/altis-local-server-nginx:3.2.1',
'networks' => [
'proxy',
'default',
Expand Down

0 comments on commit f434c45

Please sign in to comment.