docker-compose: use nginx:alpine
This commit is contained in:
parent
ff4e11cf78
commit
e65f2ee605
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user