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']