From e62aa1ca21c8981696813d6ff9447aa9bfa30c47 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sat, 14 Jun 2025 05:22:49 +0200 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ce862a5..660f229 100644 --- a/readme.md +++ b/readme.md @@ -64,8 +64,8 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo volumes: - ./data:/app/data environment: - - NICK= - - PASS= + - NICK=${NICK} + - PASS=${PASS} ``` 2. **Add Users using Docker** @@ -80,8 +80,8 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo If the container is already running, you can use `docker exec`: ```bash - # The executable inside the container is named 'trackncore' - docker exec ncore-stats ./trackncore --add-user 'Charlie,1337' + # The executable inside the container is named 'ncore-stats' + docker exec ncore-stats ./ncore-stats --add-user 'Charlie,1337' ``` 3. **Run the Docker Compose setup:**