Skip to content
New issue

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

run only epic games #412

Open
kittenvr opened this issue Dec 21, 2024 · 2 comments
Open

run only epic games #412

kittenvr opened this issue Dec 21, 2024 · 2 comments

Comments

@kittenvr
Copy link

how do i run docker with only epic games?

@A1exan10er
Copy link

docker run --rm -it -p 6080:6080 -v fgc:/fgc/data --pull=always ghcr.io/vogler/free-games-claimer node epic-games

@nodiaque
Copy link

nodiaque commented Jan 6, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants