Default site

This commit is contained in:
Alyx LG 2025-05-20 12:27:51 +02:00
commit 647baea6de
2 changed files with 9 additions and 0 deletions

0
README.md Normal file
View File

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
www:
image: nginx:latest
container_name: www
restart: unless-stopped
ports:
- 127.0.0.1:8080:80
volumes:
- ./html:/usr/share/nginx/html