From 651da5535b9d736b5635a089f8fbf9b8ad4a68e9 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:57:01 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 447e622..64ad716 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: palworld: - image: thijsvanloef/palworld-test + image: thijsvanloef/palworld-server-docker:latest restart: unless-stopped container_name: palworld-server ports: @@ -24,4 +24,4 @@ services: rcon: image: outdead/rcon:latest entrypoint: ['/rcon', '-a', 'palworld:25575', '-p', 'adminPasswordHere'] - profiles: ['rcon'] \ No newline at end of file + profiles: ['rcon']