Skip to content

Nginx official image #87

Description

@Glideh

Shouldn't we use the official nginx image instead of building one from debian:jessie ?
We could use something like:

services:
# ...
  nginx:
    image: nginx:1.13
    depends_on:
      - php
    volumes:
      - ${SYMFONY_APP_PATH}/web/:/var/www/symfony/web
      - ./logs/nginx:/var/logs/nginx
      - ./symfony.conf:/etc/nginx/conf.d/default.conf
# ...

No Dockerfile is even needed for the service

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions