Sign inSign up

bashninja/quakejs

By bashninja

Updated almost 7 years ago

Image
0

469

bashninja/quakejs repository overview

docker
docker create \
  --name=quakejs \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=America/Denver \
  -p 8989:8080 \
  -p 27960:27960 \
  -v $(pwd)/quakejs:/config \
  --restart unless-stopped \
  quakejs

  docker create --name=quakejs -e PUID=1000 -e PGID=1000 -e TZ=America/Denver -p 8989:8080 -p 27960:27960 -v $(pwd)/quakejs:/config --restart unless-stopped bashninja/quakejs

Tag summary

Content type

Image

Digest

Size

133.5 MB

Last updated

almost 7 years ago

docker pull bashninja/quakejs