docker compose:
version: "3.9"
services:
test:
image: nginx:latest
ports:
- 8080:80
volumes:
- ./html:/usr/share/nginx/html
.
├── docker-compose.yml
├── html
│ └── index.html
Html
Hello, I'm Dan, at <a href='https://danaukes.com/'>danaukes.com</a>