I get this error when starting up a docker compose:
2024/11/13 17:31:18 Loaded Factorio settings from /opt/factorio/config/server-settings.json
2024/11/13 17:31:18 error on loading factorio version: fork/exec /opt/factorio/bin/x64/factorio: no such file or directory
2024/11/13 17:31:18 Error occurred during Server initialization: fork/exec /opt/factorio/bin/x64/factorio: no such file or directory
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 169 100 169 0 0 518 0 --:--:-- --:--:-- --:--:-- 518
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
/opt/fsm/mod_packs
This is my docker compose file: I get the same error when not running with user 1000 and PUID/PGID.
I get this error when starting up a docker compose:
This is my docker compose file: I get the same error when not running with user 1000 and PUID/PGID.
What am I doing wrong?