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.
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
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"
Content type
Image
Digest
Size
70.5 MB
Last updated
almost 5 years ago
docker pull vayzup/fivem