Added nginx

This commit is contained in:
2026-02-12 10:21:45 +01:00
parent 526c249274
commit a39124dd96

6
compose/nginx.yml Normal file
View File

@@ -0,0 +1,6 @@
version: 3.9
services:
web:
image: nginx:latest
ports:
- 80:80