From 2da8155183460e061c526ca7235e38c116d24fab Mon Sep 17 00:00:00 2001 From: 12Funday Date: Thu, 8 Jun 2023 18:23:45 +0700 Subject: [PATCH] first --- docker-compose.yml | 10 ++++++++++ hai.txt | 1 + hi.txt | 0 3 files changed, 11 insertions(+) create mode 100644 docker-compose.yml create mode 100644 hai.txt create mode 100644 hi.txt diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b6b142e --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +version: "3" + +services: + client: + image: nginx + ports: + - 8000:80 + volumes: + - ./src:/usr/share/nginx/html + diff --git a/hai.txt b/hai.txt new file mode 100644 index 0000000..ff45ca9 --- /dev/null +++ b/hai.txt @@ -0,0 +1 @@ +mohon maaf nih, sekali lagi ya kak diff --git a/hi.txt b/hi.txt new file mode 100644 index 0000000..e69de29