Skip to content

Commit 0816169

Browse files
authored
Merge pull request coollabsio#3591 from clho40/next
Next
2 parents ea1be05 + df8c5c6 commit 0816169

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

other/nightly/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"coolify": {
33
"v4": {
4+
45
"version": "4.0.0-beta.347"
56
},
67
"nightly": {

templates/compose/logto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
depends_on:
1010
postgres:
1111
condition: service_healthy
12-
entrypoint: ["sh", "-c", "npm run alteration deploy latest && npm run cli db seed -- --swe && npm start'"]
12+
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
1313
environment:
1414
- SERVICE_FQDN_LOGTO
1515
- TRUST_PROXY_HEADER=1

0 commit comments

Comments
 (0)