This a base image for a WEB server to distribute content.
It uses the ghcr.io/fvilarinho/base-image
and nginx
as the main engine.
The configurations/settings are defined using the JSON format and stored in the etc
directory.
Just put the line below in your Dockerfile.
FROM ghcr.io/fvilarinho/nginx:1.2.0
- To use the last stable version.
FROM ghcr.io/fvilarinho/nginx:latest
- To use the development version.
This image is licensed under the Apache 2.0. Please read the licence file or check the URL https://www.apache.org/licenses/LICENSE-2.0.txt
My name is Felipe Vilarinho (A.K.A Vila) and you can know more about me at the social medias below:
Or send an email to [email protected] or [email protected]
Have Fun!
Best