Sign inSign up

vayzup/fivem

By vayzup

Updated almost 5 years ago

Image
0

216

vayzup/fivem repository overview

Vayzup Fivem server

This docker image allows you to run a server for FiveM, a modded GTA multiplayer.

The container should be stopped so fivem can be configured to the user requirements in the server.cfg.


Licence Key

A freely obtained licence key is required to use this server, which should be declared as $LICENCE_KEY. A tutorial on how to obtain a licence key can be found here


Quickstart

fivem:
  image: vayzup/fivem

  stdin_open: true
  tty: true

  volumes:
    # You must provide a server config file
    - ./server.cfg:/srv/server.cfg

    - ./resources:/srv/resources
    - ./cache:/srv/cache

  ports:
    - "30120:30120/tcp"
    - "30120:30120/udp"

A project by Vayzup

Tag summary

Content type

Image

Digest

Size

70.5 MB

Last updated

almost 5 years ago

docker pull vayzup/fivem