-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I tried setting up a satisfactory server with the following docker compose
services:
linuxgsm-sf:
image: gameservermanagers/gameserver:sf
container_name: sfserver
volumes:
- ./data:/data
network_mode: host
restart: unless-stoppedBut, I get the following output:
sudo docker compose up
[+] up 2/2
✔ Container sfserver Recreated 0.2s
! linuxgsm-sf The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
Attaching to sfserver
sfserver | exec /bin/bash: no such file or directory
sfserver exited with code 255 (restarting)
Metadata
Metadata
Assignees
Labels
No labels