This Dockerfile builds an image of ubuntu 18.04 with nginx and lua support for oauth.
This repo is connected with dockerhub and a commit in master with trigger an automatic build with the tag "latest".
#To use in docker-compose.yml context:
version '2.2':
services:
nginx:
image: marfeel/nginx:1.1
container_name: nginx01
volumes:
- ./conf.d:/etc/nginx/conf.d
- ./certs:/etc/nginx/certs
- ./access.lua:/etc/nginx/access.lua
ports:
- 80:80
- 443:443
networks:
- esnet
networks:
esnet:
Mountable directories:
["/etc/nginx/sites-enabled", "/etc/nginx/certs", "/etc/nginx/conf.d", "/var/log/nginx", "/var/www/html"]
docker pull marfeel/nginx
Content type
Image
Digest
sha256:ce45f9976…
Size
90.6 MB
Last updated
about 1 year ago
docker pull marfeel/nginx