Skip to content

Commit

Permalink
Use alpine nginx, default.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gthole committed Jul 30, 2018
1 parent cd14f4a commit 17d982c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ services:
- 'db'
- 'redis'
web:
image: 'nginx'
image: 'nginx:alpine'
command: 'nginx -g "daemon off;"'
volumes:
- './gedgo-web.conf:/etc/nginx/conf.d/gedgo-web.conf:ro'
- './gedgo-web.conf:/etc/nginx/conf.d/default.conf:ro'
- './files:/src/files:ro'
ports:
- '80:80'
Expand Down

0 comments on commit 17d982c

Please sign in to comment.