removed hello world and trying nginx html

This commit is contained in:
2025-11-16 13:18:53 +00:00
parent 87fcc8a2c5
commit ed7bf5b983
2 changed files with 4 additions and 6 deletions

View File

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