update: blueprints/logto/docker-compose.yml (#127)

This commit is contained in:
Joel Outeiro Pérez
2025-05-17 11:22:25 +02:00
committed by GitHub
parent 6a3e256adf
commit caa7e3c83f

View File

@@ -3,7 +3,7 @@ services:
depends_on:
postgres:
condition: service_healthy
image: svhd/logto:1.22.0
image: ghcr.io/logto-io/logto:1.27.0
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
ports:
- 3001