This image provides an Nginx server configured for use with Unify static sites. It is optimized for high-performance static file serving and caching.
# Build the image
docker build -f Dockerfile.nginx -t unify-nginx .
# Run the container
docker run -d -p 8080:80 unify-nginx
nginx.confnginx.conf. You can override it by mounting your own config.docker run -v $(pwd)/site:/usr/share/nginx/html:ro -d -p 8080:80 unify-nginx
fwdslsh/unify
Content type
Image
Digest
sha256:716447889…
Size
145.7 MB
Last updated
about 1 year ago
docker pull fwdslsh/unify-nginx