mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
The official postgres:18 image moved PGDATA from /var/lib/postgresql/data to /var/lib/postgresql. Mounting the volume at the old path made the entrypoint abort and the postgresql container restart-loop, failing the deploy with "dependency postgresql failed to start". Mounting the volume at /var/lib/postgresql fixes the deploy; server responds 200 on /if/flow/initial-setup/. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>