commit 2da8155183460e061c526ca7235e38c116d24fab Author: 12Funday Date: Thu Jun 8 18:23:45 2023 +0700 first 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