From 401d8cf19f341091dc78ea2038f7c3632c7b0f61 Mon Sep 17 00:00:00 2001 From: phith0n Date: Fri, 7 Dec 2018 01:05:44 +0800 Subject: [PATCH] use alpine nginx instead of debian nginx --- uwsgi/unacc/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi/unacc/docker-compose.yml b/uwsgi/unacc/docker-compose.yml index 47eb58f214..2fcb121f9b 100644 --- a/uwsgi/unacc/docker-compose.yml +++ b/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: