init project

This commit is contained in:
NW
2025-04-13 11:54:45 +00:00
parent 95de7ee3ca
commit 794d1e6e6b
4 changed files with 869 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3'
services:
web:
image: nginx:alpine
volumes:
- ./:/usr/share/nginx/html
ports:
- "8080:80"