removed hello world and trying nginx html
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
helloworld:
|
|
||||||
container_name: helloworld
|
|
||||||
image: crccheck/hello-world
|
|
||||||
expose:
|
|
||||||
- 8000
|
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -16,6 +10,7 @@ services:
|
|||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./certbot/conf:/etc/letsencrypt
|
- ./certbot/conf:/etc/letsencrypt
|
||||||
- ./certbot/www:/var/www/certbot
|
- ./certbot/www:/var/www/certbot
|
||||||
|
- ./html:/usr/share/nginx/html
|
||||||
|
|
||||||
certbot:
|
certbot:
|
||||||
image: certbot/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