local-nginx-tutorial/eg1/README.md

12 lines
298 B
Markdown
Raw Normal View History

# README
2023-05-02 00:18:00 +10:00
In this example 1, we implemented a nginx container, which has index.html changed to our own customized index
How to run nginx docker container:
```
docker-compose build
docker-compose up
```
* As we use docker-compose.yaml, it's easy to build image and spawn up container in this way