wolveix / satisfactory-server

A Dockerized version of the Satisfactory dedicated server
https://hub.docker.com/r/wolveix/satisfactory-server
MIT License
1.41k stars 155 forks source link

Explain Your Issue #71

Closed LoganAvatar closed 3 years ago

LoganAvatar commented 3 years ago

Describe the Bug Dedicated server is failing to start

Your Runtime Command or Docker Compose File

version: '3'
services:
    satisfactory-server:
        container_name: 'satisfactory-server'
        hostname: 'satisfactory-server'
#        image: 'satisfactory-server:test'
        image: 'wolveix/satisfactory-server:latest'
        environment:
            - DEBUG=false
            - MAXPLAYERS=8
            - PGID=1000
            - PUID=1000
            - SKIPUPDATE=false
            - STEAMBETA=true
        ports:
            - '7777:7777/udp'
            - '15000:15000/udp'
            - '15777:15777/udp'
        volumes:
            - '/satisfactory/config:/config'
        restart: unless-stopped

System Specs (please complete the following information):

Additional Context Issue workaround here: https://questions.satisfactorygame.com/post/61830560831c852052359b1c

wolveix commented 3 years ago

Duplicate of #70 and already fixed.

LoganAvatar commented 3 years ago

oh man! you are too fast (And i suck at setting the title)