-
Docker Compose Okay so I read the readme. I pulled the latest image, set udp/tcp to 7777. Both ports are open on my router/firewall. Says If you're experiencing API connectivity issues, your issue is that you haven't completed one of these two steps. I did both those steps and am still getting the API issue. Satisfactory
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@skhalid93 you're either not running the latest version (make sure to manually run |
Beta Was this translation helpful? Give feedback.
@skhalid93 you're either not running the latest version (make sure to manually run
docker compose pull
, alternatively change your image tag towolveix/satisfactory-server:v1.8
), or your system hosting the container has a firewall blocking the TCP port. If it's Ubuntu, it's probably throughufw
.