2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ services:
web2: web2:
image: nginx:1.26.1-alpine3.19-slim image: nginx:1.26.1-alpine3.19-slim
ports: ports:
- "80" - "82"
volumes: volumes:
- ./html:/usr/share/nginx/html:ro - ./html:/usr/share/nginx/html:ro
+1
View File
@@ -6,6 +6,7 @@
</head> </head>
<body> <body>
<h1>Sziasztok, emberek! 👋</h1> <h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
</body> </body>
</html> </html>