2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.9"
services:
web:
image: nginx:1.27.0-alpine3.19-slim
image: nginx:1.26.1-alpine3.19-slim
ports:
- "80"
volumes:
+2 -1
View File
@@ -5,7 +5,8 @@
<title>Helló világ!</title>
</head>
<body>
<h1>Hello, World! 👋</h1>
<h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
</body>
</html>