diff --git a/docker-compose.yml b/docker-compose.yml index b7dd644..41975a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,5 +5,5 @@ services: ports: - "8888:80" volumes: - - ./index.html:/usr/share/nginx/html/index.html + - ./html:/usr/share/nginx/html/ restart: always \ No newline at end of file diff --git a/index.html b/html/index.html similarity index 100% rename from index.html rename to html/index.html