Last active 1753035666

No build steps or anything fancy, easy to throw into a static project

Revision 189c2c866fd18f98b6d8e4189945b3f94b2e1914

nginx-static-site-docker-compose.yml Raw
1name: nginx-static-site
2services:
3 client:
4 image: nginx
5 ports:
6 - 80:80
7 volumes:
8 - ./:/usr/share/nginx/html