Skip to content

Simple containerized FiveM server running on Alpine Linux

License

Notifications You must be signed in to change notification settings

chettapong/docker-fivem

Repository files navigation

FiveM Server Container

FiveM server running on Alpine Linux.

Configuration

See example directory for sample config file (server.cfg).

Quickstart

fivem:
  image: petchstudio/fivem

  stdin_open: true
  tty: true

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

    # You must clone from https://github.com/citizenfx/cfx-server-data
    - ./cfx-server-data/resources:/srv/resources
    - ./cfx-server-data/cache:/srv/cache

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

About

Simple containerized FiveM server running on Alpine Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published