Commit 21114f48 authored by Tobias Munk's avatar Tobias Munk Committed by GitHub

updated nginx image, see also #2

parent 209bce59
version: '2' version: '2'
services: services:
web: web:
image: phundament/nginx-one:1.9-5.0.2 image: phundament/nginx-one:1.9-5.1.1
environment: environment:
- FASTCGI_PASS_HOST=php - FASTCGI_PASS_HOST=php
depends_on: depends_on:
...@@ -13,4 +13,4 @@ services: ...@@ -13,4 +13,4 @@ services:
php: php:
image: ${STACK_PHP_IMAGE} image: ${STACK_PHP_IMAGE}
volumes: volumes:
- /app/web - /app/web
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment