commit 647baea6dea6cd8f8ae96b1f2420d946041d9e3d Author: Line Date: Tue May 20 12:27:51 2025 +0200 Default site diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..5d5b31a --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +services: + www: + image: nginx:latest + container_name: www + restart: unless-stopped + ports: + - 127.0.0.1:8080:80 + volumes: + - ./html:/usr/share/nginx/html \ No newline at end of file