-
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
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'
|
||||
ports:
|
||||
- '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