From 92286a85b85804362a0e415b676d80931b6cb22c Mon Sep 17 00:00:00 2001 From: Robin <160772203+Schlvrws@users.noreply.github.com> Date: Sat, 15 Nov 2025 21:55:50 +0100 Subject: [PATCH] Update templates/compose/palworld.yaml remove unwanted character from compse file Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/palworld.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/palworld.yaml b/templates/compose/palworld.yaml index c4594138c..4875d16f8 100644 --- a/templates/compose/palworld.yaml +++ b/templates/compose/palworld.yaml @@ -1,6 +1,6 @@ services: palworld: - image: thijsvanloef/palworld-server-docker:1.4.6 + image: thijsvanloef/palworld-server-docker:v1.4.6 stop_grace_period: 30s ports: - '8211:8211/udp'