Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
test: move mongodb to different port to avoid port conflicts (#14993)
This moves the exposed mongodb docker image port from 27017 to 27018 in order to avoid conflict with locally installed mongodb applications running on port 27017. Previously, you would have to make sure you don't have mongodb running locally when using the docker image - otherwise, it would fail to connect. It also adds the old .env variables commented out in the .env.example for users who do not wish to use docker. The CONTRIBUTING.md now includes docker installation steps for macOS users.
A
Alessio Gravili committed
b4abd04704834c18e83f320813f1f527a5661934
Parent: 4c91d04
Committed by GitHub <noreply@github.com>
on 12/19/2025, 8:00:08 PM