gaiety / Simple nginx static site docker compose

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 9 months ago
No build steps or anything fancy, easy to throw into a static project
1 name: nginx-static-site
2 services:
3 client:
4 image: nginx
5 ports:
6 - 80:80
7 volumes:
8 - ./:/usr/share/nginx/html
Новіше Пізніше