nulxrd/nginx
Image based on:
alpine
Supported architectures:linux/amd64
, linux/arm64
Maintained by:
nulxrd
Where to file issues:
https://github.com/nulxrd/docker-nginx/issues
$ docker run --name some-nginx -d nulxrd/nginx
docker-compose
Example docker-compose.yml
for nginx
:
version: '3.1'
services:
nginx:
image: nulxrd/nginx:latest
restart: always
ports:
- "80:80"
View license information for the software contained in this image.
docker pull nulxrd/nginx