Skip to content

Commit

Permalink
palworld: fix config initialization (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Feb 3, 2025
1 parent bf41513 commit 560c9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ix-dev/community/palworld/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ix-dev/community/palworld/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 560c9e4

Please sign in to comment.