diff --git a/docker-compose.yaml b/docker-compose.yaml index 00c4f78..240fbe1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 \ No newline at end of file