diff --git a/README.md b/README.md index 854960e..cfe802e 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ ```bash docker compose up ``` -open your browser on http://localhost:8080 \ No newline at end of file +open your browser on http://localhost:8080/index.html \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 7fdb02d..cdbbcb7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -15,8 +15,5 @@ services: MARIADB_PASSWORD: hakenhero MARIADB_DATABASE: hakenhero MARIADB_ROOT_PASSWORD: admin - volumes: - ./docker/schema.sql:/docker-entrypoint-initdb.d/schema.sql - ports: - - "3306:3306" diff --git a/public/test.html b/public/index.html similarity index 100% rename from public/test.html rename to public/index.html