Skip to content

Commit e62aa1c

Browse files
authored
Update readme.md
1 parent a001334 commit e62aa1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo
6464
volumes:
6565
- ./data:/app/data
6666
environment:
67-
- NICK=
68-
- PASS=
67+
- NICK=${NICK}
68+
- PASS=${PASS}
6969
```
7070
7171
2. **Add Users using Docker**
@@ -80,8 +80,8 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo
8080
8181
If the container is already running, you can use `docker exec`:
8282
```bash
83-
# The executable inside the container is named 'trackncore'
84-
docker exec ncore-stats ./trackncore --add-user 'Charlie,1337'
83+
# The executable inside the container is named 'ncore-stats'
84+
docker exec ncore-stats ./ncore-stats --add-user 'Charlie,1337'
8585
```
8686
8787
3. **Run the Docker Compose setup:**

0 commit comments

Comments
 (0)