Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 399 Bytes

Jungsoft Docker image for Alpine+Nginx

This docker image was created to have nginx running in alpine, with ngx_http_proxy_connect_module for forward proxy.

Usage

docker pull jungsoft/alpine-nginx-forward-proxy

This image was built using

docker build --platform linux/amd64,linux/arm64 . --tag jungsoft/alpine-nginx-forward-proxy --tag jungsoft/alpine-nginx-forward-proxy:1.25.3 --push