mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-28 15:57:37 +02:00
Update readme.md
This commit is contained in:
@@ -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:**
|
||||||
|
|||||||
Reference in New Issue
Block a user