Skip to content

Commit 8fadc51

Browse files
committed
fix env
1 parent 453e536 commit 8fadc51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

languages/java/jdbc/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ services:
1010
- "YDB_USE_IN_MEMORY_PDISKS=true"
1111
- "POSTGRES_USER=${YDB_PG_USER:-root}"
1212
- "POSTGRES_PASSWORD=${YDB_PG_PASSWORD:-1234}"
13-
- "YDB_FEATURE_FLAGS=enable_temp_tables"
14-
- "YDB_TABLE_ENABLE_PREPARED_DDL=true"
13+
- "YDB_EXPERIMENTAL_PG=1"
1514
healthcheck:
1615
test: "/bin/sh /health_check"
1716
interval: 1s

0 commit comments

Comments
 (0)