From f8ee3e03706285a96638df9330c337debcb651a0 Mon Sep 17 00:00:00 2001 From: Stavros Kois Date: Mon, 3 Feb 2025 15:03:07 +0200 Subject: [PATCH] palworld: fix config initialization --- ix-dev/community/palworld/app.yaml | 2 +- ix-dev/community/palworld/templates/docker-compose.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ix-dev/community/palworld/app.yaml b/ix-dev/community/palworld/app.yaml index 3e0d5fe459..404528b363 100644 --- a/ix-dev/community/palworld/app.yaml +++ b/ix-dev/community/palworld/app.yaml @@ -47,4 +47,4 @@ sources: - https://github.com/ich777/docker-steamcmd-server/tree/palworld title: Palworld train: community -version: 1.1.9 +version: 1.1.10 diff --git a/ix-dev/community/palworld/templates/docker-compose.yaml b/ix-dev/community/palworld/templates/docker-compose.yaml index 131468b253..b5dd626c9e 100644 --- a/ix-dev/community/palworld/templates/docker-compose.yaml +++ b/ix-dev/community/palworld/templates/docker-compose.yaml @@ -57,6 +57,7 @@ {% do c1.add_storage(values.consts.steamcmd_path, values.storage.steamcmd) %} {% do c1.add_storage(values.consts.server_path, values.storage.server) %} +{% do init.add_storage(values.consts.server_path, values.storage.server) %} {% for store in values.storage.additional_storage %} {% do c1.add_storage(store.mount_path, store) %} {% endfor %}