Initial Commit

This commit is contained in:
2025-10-16 21:00:53 +10:00
commit ae1fac47bf
2 changed files with 11 additions and 0 deletions

5
nginx/docker-compose.yml Normal file
View File

@@ -0,0 +1,5 @@
services:
nginx:
image: nginx:latest
ports:
- 8089:80