not-alone

Results 9 comments of not-alone

Good day, @wolveix, thank u for really fast answer!!! - removing volumes chapter at all is not helps - image version `v1.8.10` working like a charm without any problems -...

``` $ uname -a Linux xxx.biz 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu...

i did kernel update to Linux xxx.biz 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux. No result [segfault.txt](https://github.com/user-attachments/files/19009085/segfault.txt)

not working too :( ```services: satisfactory-server: container_name: 'satisfactory-server' hostname: 'satisfactory-server' # image: 'wolveix/satisfactory-server:v1.8.10' image: 'wolveix/satisfactory-server:latest' ports: - '7777:7777/udp' - '7777:7777/tcp' volumes: - './config:/config' environment: - MAXPLAYERS=4 - PGID=1000 - PUID=1000...

without `- MULTIHOME=""` ``` docker-compose up Creating network "docker-satisfactory_default" with the default driver Creating satisfactory-server ... done Attaching to satisfactory-server satisfactory-server | ===== Satisfactory Server 1.9.5 ===== satisfactory-server | https://github.com/wolveix/satisfactory-server...

YEAHHH!!! it works with ``` cat docker-compose.yaml services: satisfactory-server: container_name: 'satisfactory-server' hostname: 'satisfactory-server' # image: 'wolveix/satisfactory-server:v1.8.10' image: 'wolveix/satisfactory-server:latest' ports: - '7777:7777/udp' - '7777:7777/tcp' volumes: - './config:/config' environment: - MAXPLAYERS=4 -...

@wolveix should i provide any additional information to completly identify the root of the problem?

``` docker network inspect bridge [ { "Name": "bridge", "Id": "d9c7b2abfd14cc4e4d54fe6e1cc0cb2f22f2e15122c5430b3d559ccb5cce4ac0", "Created": "2025-02-27T15:29:07.157893811+03:00", "Scope": "local", "Driver": "bridge", "EnableIPv4": true, "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ {...

``` docker network inspect docker-satisfactory_default [ { "Name": "docker-satisfactory_default", "Id": "b0f4547d3be125f8b8181760f9ac945588b5be73e9c2eadce1bc435d0ee8678b", "Created": "2025-03-09T15:11:38.5717123+03:00", "Scope": "local", "Driver": "bridge", "EnableIPv4": true, "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config": [ {...