diff --git a/docker-compose.yml b/docker-compose.yml index 0c981af..527c472 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: internal_project: - image: nginx + image: nginx:alpine volumes: - ./nginx.conf:/etc/nginx/templates/default.conf.template - ./html:/usr/share/nginx/html