first commit

This commit is contained in:
2025-07-01 11:40:25 +02:00
commit ee767d952b
3 changed files with 29 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
web:
image: nginx
volumes:
- ./html:/usr/share/nginx/html
ports:
- "8080:80"
environment:
- NGINX_HOST=foobar.com
- NGINX_PORT=80