3 Commits

View File

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