Skip to content

Commit 43b2363

Browse files
committed
Update example in docker compose
1 parent b225011 commit 43b2363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/docker_compose/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Run at least three containers (the YDB itself, the connector and at least one external datasource - PostgreSQL in this case):
44

55
```bash
6+
docker compose pull
67
docker compose up -d ydb fq-connector-go postgresql
78
```
89

@@ -26,7 +27,7 @@ INSERT INTO example (id, col_01_int, col_02_text) VALUES
2627
(4, NULL, NULL);
2728
```
2829

29-
Visit http://localhost:8765 in your browser. Click: `Databases` -> `/local`, and you'll see a query editor. Enter the following queries:
30+
Visit http://localhost:8765 in your browser. Click: `Databases` -> `/local`, and you'll see a query editor. Execute the following queries:
3031

3132
```sql
3233
CREATE OBJECT postgresql_datasource_user_password (TYPE SECRET) WITH (value = "password");

0 commit comments

Comments
 (0)