Update readme.md

This commit is contained in:
2025-06-14 05:22:49 +02:00
committed by GitHub
parent a001334c9b
commit e62aa1ca21
+4 -4
View File
@@ -64,8 +64,8 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo
volumes: volumes:
- ./data:/app/data - ./data:/app/data
environment: environment:
- NICK= - NICK=${NICK}
- PASS= - PASS=${PASS}
``` ```
2. **Add Users using Docker** 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`: If the container is already running, you can use `docker exec`:
```bash ```bash
# The executable inside the container is named 'trackncore' # The executable inside the container is named 'ncore-stats'
docker exec ncore-stats ./trackncore --add-user 'Charlie,1337' docker exec ncore-stats ./ncore-stats --add-user 'Charlie,1337'
``` ```
3. **Run the Docker Compose setup:** 3. **Run the Docker Compose setup:**