Skip to content

Commit 0d76a1a

Browse files
committed
testing the description to pr
1 parent 8abdcd8 commit 0d76a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/nextjs-postgres/compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ services:
1616
POSTGRES_PORT: 5432
1717
POSTGRES_DB: postgres
1818
POSTGRES_SSL: true
19+
NewTesting: true
1920
healthcheck:
20-
test: ["CMD", "curl", "-f", "http://localhost:3000" ]
21+
test: ["CMD", "curl", "-f", "http://localhost:3000"]
2122
depends_on:
2223
- database
2324

@@ -29,4 +30,4 @@ services:
2930
ports:
3031
- target: 5432
3132
published: 5432
32-
mode: host
33+
mode: host

0 commit comments

Comments
 (0)