1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-12-26 04:26:31 +00:00

Merge pull request #676 from matt-hh/feature/alpine-readme

Add info about alpine base image
This commit is contained in:
Jason Wilder 2017-02-16 09:40:12 -07:00 committed by GitHub
commit d7a2aa7823

View File

@ -19,6 +19,22 @@ The containers being proxied must [expose](https://docs.docker.com/engine/refere
Provided your DNS is setup to forward foo.bar.com to the a host running nginx-proxy, the request will be routed to a container with the VIRTUAL_HOST env var set. Provided your DNS is setup to forward foo.bar.com to the a host running nginx-proxy, the request will be routed to a container with the VIRTUAL_HOST env var set.
### Image variants
The nginx-proxy images are available in two flavors.
#### jwilder/nginx-proxy:latest
This image uses the debian:jessie based nginx image.
$ docker pull jwilder/nginx-proxy:latest
#### jwilder/nginx-proxy:alpine
This image is based on the nginx:alpine image.
$ docker pull jwilder/nginx-proxy:alpine
### Docker Compose ### Docker Compose
```yaml ```yaml