Closed Justus-Braun closed 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
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
I created a server using this compose and txadmin installation
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