Sign inSign up

joebiellik/fivem

By joebiellik

•Updated over 7 years ago

FiveM server running on Alpine Linux

Image
0

1.2K

joebiellik/fivem repository overview

⁠FiveM Server Container

Docker Pulls Docker Stars Docker Build Docker Build Status

FiveM⁠ server running on Alpine Linux⁠.

⁠Configuration

See example directory⁠ for sample config file.

⁠Quickstart

fivem:
  image: joebiellik/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"

Tag summary

Content type

Image

Digest

Size

47.6 MB

Last updated

over 7 years ago

docker pull joebiellik/fivem