Skip to content

Commit

Permalink
use alpine nginx instead of debian nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Dec 6, 2018
1 parent e35b839 commit 401d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsgi/unacc/docker-compose.yml
@@ -1,7 +1,7 @@
version: '2'
services:
nginx:
image: nginx:1
image: nginx:1-alpine
volumes:
- ./files/default.conf:/etc/nginx/conf.d/default.conf
depends_on:
Expand Down

0 comments on commit 401d8cf

Please sign in to comment.