https://github.com/codingforentrepreneurs/cfe-nginx
An NGINX Docker Container with a custom HTML page
https://github.com/codingforentrepreneurs/cfe-nginx
containers docker example hello-world kubernetes nginx
Last synced: 7 months ago
JSON representation
An NGINX Docker Container with a custom HTML page
- Host: GitHub
- URL: https://github.com/codingforentrepreneurs/cfe-nginx
- Owner: codingforentrepreneurs
- Created: 2023-01-03T19:11:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T21:28:45.000Z (about 1 year ago)
- Last Synced: 2025-06-10T01:58:38.375Z (8 months ago)
- Topics: containers, docker, example, hello-world, kubernetes, nginx
- Language: HTML
- Homepage: https://cfe-nginx.demo.cfe.sh
- Size: 140 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codingforentrepreneurs/cfe-nginx:latest
This is a simple modified nginx image to serve the static files in the html directory. The Docker image will be updated every 90 days to ensure the latest version of nginx.
We'll use the [public container](https://hub.docker.com/r/codingforentrepreneurs/cfe-nginx) in various tutorials and projects on [Coding for Entrepreneurs](https://cfe.sh).
[](https://railway.app/template/JEeFjP?referralCode=A22mwd)
## Usage
```
docker run -d -p 8381:80 codingforentrepreneurs/cfe-nginx:latest
```
Then open your browser to http://localhost:8381 with:
```
open http://localhost:8381
```
## Homepage Screenshot
