From ed7bf5b983297a0c636f3916a7763d95ecaf1d4c Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 16 Nov 2025 13:18:53 +0000 Subject: [PATCH] removed hello world and trying nginx html --- docker-compose.yml | 7 +------ html/index.html | 3 +++ 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 html/index.html diff --git a/docker-compose.yml b/docker-compose.yml index 61fffce..00d466b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,4 @@ services: - helloworld: - container_name: helloworld - image: crccheck/hello-world - expose: - - 8000 - nginx: container_name: nginx restart: unless-stopped @@ -16,6 +10,7 @@ services: - ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./certbot/conf:/etc/letsencrypt - ./certbot/www:/var/www/certbot + - ./html:/usr/share/nginx/html certbot: image: certbot/certbot diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..4c641e4 --- /dev/null +++ b/html/index.html @@ -0,0 +1,3 @@ +

+ Hello +