removed hello world and trying nginx html
This commit is contained in:
@@ -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
|
||||
|
||||
3
html/index.html
Normal file
3
html/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>
|
||||
Hello
|
||||
</h1>
|
||||
Reference in New Issue
Block a user