Skip to content

Commit

Permalink
use original nginx container
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Feb 5, 2020
1 parent d718ea8 commit caa6830
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ services:
nginx:
container_name: petstore-nginx
hostname: petstore-nginx
build:
dockerfile: ./prod/nginx/Dockerfile
context: ./docker
image: nginx:1.17.8
ports:
- '10080:80'
- '10443:443'
volumes:
- ./docker/prod/nginx/certificate_key:/etc/nginx/certificate_key:ro
- ./docker/prod/nginx/certificate:/etc/nginx/certificate:ro
- ./docker/prod/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./:/var/www/html:ro
depends_on:
- php
Expand Down
22 changes: 0 additions & 22 deletions docker/prod/nginx/Dockerfile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit caa6830

Please sign in to comment.