diff --git a/nginx/compose.yml b/nginx/compose.yml index fe74979..7e093be 100644 --- a/nginx/compose.yml +++ b/nginx/compose.yml @@ -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' diff --git a/nginx/config/default.conf b/nginx/config/default.conf new file mode 100644 index 0000000..e69de29 diff --git a/nginx/html/index.html b/nginx/html/index.html new file mode 100644 index 0000000..e583759 --- /dev/null +++ b/nginx/html/index.html @@ -0,0 +1 @@ +