-
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- '/home/rcadmin/docker/nginx/default.conf:/etc/nginx/conf.d/default.conf'
|
- '/home/rcadmin/docker/nginx/config/default.conf:/etc/nginx/conf.d/default.conf'
|
||||||
- '/home/rcadmin/docker/nginx/html:/usr/share/nginx/html'
|
- '/home/rcadmin/docker/nginx/html:/usr/share/nginx/html'
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
|
|||||||
0
nginx/config/default.conf
Normal file
0
nginx/config/default.conf
Normal file
1
nginx/html/index.html
Normal file
1
nginx/html/index.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<h1>Test</h1>
|
||||||
Reference in New Issue
Block a user