also run node gog by default, closes #52
This commit is contained in:
parent
98dff72888
commit
88b4dcfcac
2 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ Raspberry Pi (3, 4, Zero 2): Raspbian won't work since it's 32-bit, but Raspberr
|
|||
```
|
||||
docker run --rm -it -p 6080:6080 -v fgc:/fgc/data ghcr.io/vogler/free-games-claimer
|
||||
```
|
||||
which will run `node epic-games; node prime-gaming`. If you only want to claim games for one store, you can override the default by appending e.g. `node epic-games` at the end of the `docker run` command.
|
||||
Data is stored in the volume `fgc`.
|
||||
which will run `node epic-games; node prime-gaming; node gog`. If you only want to claim games for one of the stores, you can override the default command by appending e.g. `node epic-games` at the end of the `docker run` command.
|
||||
Data (including json files with claimed games, codes to redeem, screenshots) is stored in the Docker volume `fgc`.
|
||||
|
||||
<details>
|
||||
<summary>I want to run without Docker or develop locally.</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue