rifkyekayama / docker-fivem

Simple containerized FiveM server running on Alpine Linux

Home Page:https://hub.docker.com/r/joebiellik/fivem/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Simple containerized FiveM server running on Alpine Linux

https://hub.docker.com/r/joebiellik/fivem/


Languages

Language:Dockerfile 100.0%