Merge pull request #3 from parkervcp/master

Update
This commit is contained in:
Destructor 2023-09-09 15:19:00 +02:00 committed by GitHub
commit 17dccfcdf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ The following variables are required to prevent the server to crash on startup :
Astroneer required at least 700MiB to run. If more than one player will connect, 1GiB seems to be a minimum. Astroneer required at least 700MiB to run. If more than one player will connect, 1GiB seems to be a minimum.
## Minumim Sorage warning ## Minimum Storage warning
Astroneer required at least 3GiB. The size may increase with larger save file. Astroneer required at least 3GiB. The size may increase with larger save file.

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2022-12-10T14:40:39+01:00", "exported_at": "2023-09-03T21:07:28+02:00",
"name": "Icarus-Dedicated", "name": "Icarus-Dedicated",
"author": "bolverblitz@ebg.pw", "author": "bolverblitz@ebg.pw",
"description": "Icarus is a survival game that with dedicated servers as a public beta", "description": "Icarus is a survival game that with dedicated servers as a public beta",
@ -12,7 +12,7 @@
"steam_disk_space" "steam_disk_space"
], ],
"docker_images": { "docker_images": {
"Wine Staging": "ghcr.io\/parkervcp\/yolks:wine_staging" "Wine Staging": "ghcr.io\/parkervcp\/yolks:wine_latest"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"", "startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"",