Install Steam
sign in
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









- Your yaml-file only works with docker compose up (use the flag -d to detach from stdout, but if can be done later. I like to watch the output a bit before pressind 'd' to detach)
- The volumes are stored in the working directories of 'docker compose': Use docker info to see the Docker Root Dir
- In my case (Ubuntu Server 24.04 LTS) Working Root Dir: /var/lib/docker. That means that the savefiles are in /var/lib/docker/volumes/data/_data/Saved/PlayerData/DedicatedServer#
To-Do:
- Figure out if I can change the docker working dir to the Home-folder. Just to be able to save files in a better spot, with Wine32 actually working. But it doesn't feel important, not sure if I will ever be bothered.
- I also looked at this Tutorial [pimylifeup.com]
- compose.yaml file is only used with docker compose , but you are using docker run so your yaml-file doesn't do anything.
- Your onliner worked, but docker compose did not. Why?
- The mounted folders cannot be defined to anything other than game: or data: , if I used anything else then Wine32 would not run properly in the docker container.
~/icarus-server/data/Saved/Config/WindowsServer/ServerSettings.ini
It's one of the two Docker mounts.
I succeeded in running it once without the yaml file. All was find, but they wanted to change difficulty and I couldn't find the settings...
So I did it proper.
*Suddenly, it did not work*
After a while I found "no Wine32"... And after a long time I saw the issue, I think. I don't have an X-server, the installation is trying to create windows and tray icons first time but failing.
Any ideas?
(make sure the server is currently online)
1.) Cd to folder (cd icarus-server/)
2.) Remove the .acf file locking SteamCMD from updating:
From outside the container:
docker exec -it icarus-dedicated rm -f /game/icarus/steamapps/appmanifest_2089300.acf
3.) Restart the server
docker-compose down
docker-compose up -d
Logs if needed
docker logs -f icarus-dedicated
Happy gamin