Skip to content

KetchupBomb/docker-gwent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation


What

not-gwent-online is a fan-made adaptation of the in-game mini-game Gwent from The Witcher 3. CD Project RED is creating their own, official Gwent. But for the time being, this is a fair placeholder for fans.

How to use

not-gwent-online has two primary components that need to be configured correctly in order to work:

  1. Web server port (3000)
  2. Web-socket port (16918) As of right now, these are not dynamic and are hard-coded in the underlying PHP and JavaScript. Which is why you must -p explicitly to prevent Docker from randomizing host-side ports.

docker run -it --rm -p 3000:3000/tcp -p 16918:16918/tcp ketchupbomb/docker-gwent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published