Skip to content

Commit

Permalink
Magento 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell committed May 10, 2018
1 parent 06e0b7a commit 55ba6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM outeredge/edge-docker-php:7.1.16-alpine
FROM outeredge/edge-docker-php:7.1.17-alpine

ENV MAGENTO_VERSION=2.2.3 \
ENV MAGENTO_VERSION=2.2.4 \
MAGE_MODE=default \
ADDITIONAL_STORES=

Expand Down
2 changes: 1 addition & 1 deletion templates/nginx-default.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ server {
}

upstream fastcgi_backend {
server 127.0.0.1:9000;
server 127.0.0.1:8000;
}

0 comments on commit 55ba6aa

Please sign in to comment.