Code Monkey home page Code Monkey logo

docker-fivem's Introduction

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"

docker-fivem's People

Contributors

isoadam avatar joebiellik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-fivem's Issues

SIGSEGV issue

Hi dude,

When i launch this dockerfile image on docker (Ubuntu 18.02 LTS), i got this issue:

Started resource sessionmanager
Authenticating server license key...
Server license key authentication succeeded. Welcome!
/proc/self/maps:
4029f000-4033f000 rwxp 00000000 00:00 0 
4155c000-4156c000 rwxp 00000000 00:00 0 
41ade000-41bae000 rwxp 00000000 00:00 0 
41d49000-41e7e000 rwxp 00000000 00:00 0 
3006100000-3006180000 rw-p 00000000 00:00 0 
93b35948000-93b35950000 rw-p 00000000 00:00 0 
19fb71080000-19fb71100000 rw-p 00000000 00:00 0 
23e9c3200000-23e9c3280000 rw-p 00000000 00:00 0 
2463bac00000-2463bac80000 rw-p 00000000 00:00 0 
24e9fe000000-24e9fe080000 rw-p 00000000 00:00 0 
25da70480000-25da70500000 rw-p 00000000 00:00 0 
2b87a9e3e000-2b87a9e80000 ---p 00000000 00:00 0 
2b87a9e80000-2b87a9e83000 rw-p 00000000 00:00 0 
2b87a9e83000-2b87a9e84000 ---p 00000000 00:00 0 
2b87a9e84000-2b87a9eff000 r-xp 00000000 00:00 0 
2b87a9eff000-2b87a9f00000 ---p 00000000 00:00 0 
2b87a9f00000-2b87a9f03000 rw-p 00000000 00:00 0 
2b87a9f03000-2b87a9f04000 ---p 00000000 00:00 0 
2b87a9f04000-2b87a9f7f000 r-xp 00000000 00:00 0 
2b87a9f7f000-2b87b1e3e000 ---p 00000000 00:00 0 
2c6e75880000-2c6e75900000 rw-p 00000000 00:00 0 
2f51f3d00000-2f51f3d80000 rw-p 00000000 00:00 0 
3452a8000000-3452a8080000 rw-p 00000000 00:00 0 
346cea800000-346cea803000 rw-p 00000000 00:00 0 
346cea803000-346cea880000 r--p 00000000 00:00 0 
Memory around native instruction pointer (0x7f0aede624e4):
0x7f0aede624d4  48 8b 3c 25 28 00 00 00 48 89 7c 24 50 48 8b 38  H.<%(...H.|$PH.8
0x7f0aede624e4  48 8b 5f f0 48 8b 7f f8 48 89 14 24 48 89 44 24  H._.H...H..$H.D$
0x7f0aede624f4  08 48 89 74 24 10 48 89 4c 24 18 0f 57 c0 0f 11  .H.t$.H.L$..W...
0x7f0aede62504  44 24 3f 0f 11 44 24 30 48 01 c3 0f 11 44 24 20  D$?..D$0H....D$ 


=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.