We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do i run docker with only epic games?
The text was updated successfully, but these errors were encountered:
docker run --rm -it -p 6080:6080 -v fgc:/fgc/data --pull=always ghcr.io/vogler/free-games-claimer node epic-games
Sorry, something went wrong.
Doesn't work for me
docker run -d --name='free-games-claimer' --net='my-bridge' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="ServRaid" -e HOST_CONTAINERNAME="free-games-claimer" -e 'PG_EMAIL'=######## -e 'PG_PASSWORD'=##### -e 'PG_OTPKEY'='' -e 'PG_REDEEM'='1' -e 'GOG_EMAIL'=##### -e 'GOG_PASSWORD'=##### -e 'NOTIFY'='' -e 'NOTIFY_TITLE'='' -e 'WIDTH'='1920' -e 'HEIGHT'='1080' -e 'SHOW'='1' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:6080]' -l net.unraid.docker.icon='https://em-content.zobj.net/thumbs/240/apple/325/alien-monster_1f47e.png' -p '6080:6080/tcp' -v '/mnt/user/appdata/fgc':'/fgc/data':'rw' 'ghcr.io/vogler/free-games-claimer' node prime-gaming; node gog
sh: line 1: node: command not found
On Unraid
No branches or pull requests
how do i run docker with only epic games?
The text was updated successfully, but these errors were encountered: