Update docker-compose.yml

This commit is contained in:
Thijs van Loef
2024-01-22 21:57:01 +01:00
committed by GitHub
parent 672a16012b
commit 651da5535b

View File

@@ -1,6 +1,6 @@
services: services:
palworld: palworld:
image: thijsvanloef/palworld-test image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped restart: unless-stopped
container_name: palworld-server container_name: palworld-server
ports: ports:
@@ -24,4 +24,4 @@ services:
rcon: rcon:
image: outdead/rcon:latest image: outdead/rcon:latest
entrypoint: ['/rcon', '-a', 'palworld:25575', '-p', 'adminPasswordHere'] entrypoint: ['/rcon', '-a', 'palworld:25575', '-p', 'adminPasswordHere']
profiles: ['rcon'] profiles: ['rcon']