0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

chore: update docker-compose ()

This commit is contained in:
Gao Sun 2023-03-03 22:56:38 +08:00 committed by GitHub
parent afe39f6f46
commit 85c60bf8f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ services:
depends_on:
postgres:
condition: service_healthy
image: ghcr.io/logto-io/logto:${TAG-latest}
image: svhd/logto:${TAG-latest}
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
ports:
- 3001:3001