Skip to content

Commit c20f517

Browse files
Lev Kokotovgitbook-bot
authored andcommitted
GITBOOK-85: Docker container version
1 parent 9bebf7d commit c20f517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgml-cms/docs/developer-docs/quick-start-with-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docker run \
1818
-v postgresml_data:/var/lib/postgresql \
1919
-p 5433:5432 \
2020
-p 8000:8000 \
21-
ghcr.io/postgresml/postgresml:2.7.3 \
21+
ghcr.io/postgresml/postgresml:2.7.13 \
2222
sudo -u postgresml psql -d postgresml
2323
```
2424
{% endtab %}
@@ -80,7 +80,7 @@ Time: 41.520 ms
8080
postgresml=# SELECT pgml.version();
8181
version
8282
---------
83-
2.7.3
83+
2.7.13
8484
(1 row)
8585
```
8686

0 commit comments

Comments
 (0)