Add pelajaran 1 (Nginx) and pelajaran 2 (Node) lab starters.

This commit is contained in:
sayudhalw
2026-07-16 12:53:06 +07:00
commit 5e1c4f797d
6 changed files with 123 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
web:
image: nginx:alpine
ports:
- "8088:80"
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
restart: unless-stopped