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 @@ +