This stack runs the thijsvanloef/palworld-server-docker image with Discord webhook notifications wired through an env file.
- Copy
.env.exampleto.env. - Set
DISCORD_WEBHOOK_URLin.env. - Start the stack with Docker Compose.
docker compose up -dThe compose file reads the webhook URL from .env and reuses it for all Discord notification endpoints.