spritsail / fivem

FiveM GTA modded multiplayer server
https://github.com/citizenfx/fivem
115 stars 141 forks source link

Webpack is busy #68

Closed Justus-Braun closed 10 months ago

Justus-Braun commented 10 months ago

I created a server using this compose and txadmin installation

services:
  fivem:
    image: spritsail/fivem:stable
    container_name: fivem
    restart: always
    stdin_open: true
    tty: true
    volumes:
      - "./server-data/:/config"
      - "./txData/:/txData"
    ports:
      - "30120:30120"
      - "30120:30120/udp"
      - "40120:40120"
    environment:
      LICENSE_KEY: "${LICENSE_KEY}"
      NO_DEFAULT_CONFIG: "true" 

  database:
    image: mariadb
    container_name: mariadb
    restart: always
    environment:
      MARIADB_ROOT_PASSWORD: password
    volumes:
      - './mariadb/:/var/lib/mysql'
      - './sql:/docker-entrypoint-initdb.d'

i used this recipe for the server-data: https://raw.githubusercontent.com/overextended/ox_recipes/ox/recipe.yaml

But now screenshot-basic is stuck loading when booting the server.

Serverlog: fxserver_1705412057.log

frebib commented 10 months ago

This sounds like a fivem issue, not an issue with the container image. You should ask for support on the fivem forum -> https://forum.cfx.re