add warning about dev mode in portainer section

This commit is contained in:
BlackSigkill 2026-02-06 21:23:38 +01:00
parent 2753090ade
commit ccb1a17f44

View file

@ -124,6 +124,8 @@ Portainer can deploy directly from your GitHub fork with auto-updates on push.
> **Tip:** `COMPOSE_PROFILES` is a built-in Docker Compose variable. Setting it to `pocketbase` is equivalent to passing `--profile pocketbase` on the command line.
> **Warning:** The `dev` profile is for **local development only**. It uses volume mounts to enable hot-reload, which requires the source code to be present on the host machine. Do **not** include `dev` in `COMPOSE_PROFILES` on Portainer deployments from GitHub — it will fail because there's no local source code to mount.
### Fork Workflow
To add custom services (Traefik, monitoring, etc.) to your fork: