diff --git a/README.md b/README.md index d157c0e..bad9a2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AudioBookRequest > [!CAUTION] -> This project is in it's very early stages. It's basically a weekend project at this state. There might be some bugs or unfinished parts. +> This project is in its very early stages. It's basically a weekend project at this state. There might be some bugs or unfinished parts. Your tool for handling audiobook requests on a Plex/AudioBookShelf/Jellyfin instance. diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 1d4b0a7..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - web: - build: . - ports: - - "8000:8000" - volumes: - - ./data:/app/data