RaspberryPi - Dockercontainer Middleware nginx
383
NGinx Proxy Server Container. Dient als Zwischenlayer für app-Container

docker run -ti --name=ngx raspidocker/mw-nginx

logserver:
image: raspidocker/mw-nginx
ports:
- "8082:80"
environment:
- "PATH_HTDOCS=/var/log"
rootserver:
image: raspidocker/mw-nginx
ports:
- "8081:80"
environment:
- "PATH_HTDOCS=/"

Content type
Unrecognized
Digest
Size
114.1 MB
Last updated
over 9 years ago
docker pull raspidocker/mw-nginx