Add new container

This commit is contained in:
2025-10-22 21:43:29 +02:00
parent 202af252c8
commit 3c198a674d

View File

@@ -6,3 +6,9 @@ services:
- "80"
volumes:
- ./html:/usr/share/nginx/html:ro
web2:
image: nginx:1.26.1-alpine3.19-slim
ports:
- "80"
volumes:
- ./html:/usr/share/nginx/html:ro