Skip to content
Snippets Groups Projects
Commit 56b057d2 authored by Marcel Huber's avatar Marcel Huber
Browse files

Corrected docker-compose usage example

Merge branch 'release_21.15.2'
parents 61b1fd41 65d77f68
No related branches found
No related tags found
No related merge requests found
= Changelog
ifndef::ci_commit_link[:ci_commit_link: link:/../../commit/]
== tag: 21.15.2
* bumped version ({ci_commit_link}b1a4d97[b1a4d97])
* Added missing command to docker-compose usage example ({ci_commit_link}a3cc793[a3cc793])
* dump_table_ddl prints primary and foreign key constraints ({ci_commit_link}d02fd87[d02fd87])
== tag: 21.15.1
* dump_table_ddl prints primary and foreign key constraints ({ci_commit_link}61b1fd4[61b1fd4])
* changelog updated ({ci_commit_link}5abf7a4[5abf7a4])
* bumped version ({ci_commit_link}2059f8c[2059f8c])
......
......@@ -1323,7 +1323,7 @@ Das lokale Startverzeichnis wird als Ordner `/src` im Container bereitgestellt.
docker-compose --file Helpers/docker-compose.yml \
--project-name columnstore \
--project-directory . \
run mclient -h monetdb -d db
run mclient mclient -h monetdb -d db
----
link:{ci_project_fileref}Helpers/docker-compose.yml#L475[`mclient-batch`]:: Terminal um Abfragen zum Server abzusetzen ohne interaktiven Input.
......
......@@ -1323,7 +1323,7 @@ Das lokale Startverzeichnis wird als Ordner `/src` im Container bereitgestellt.
docker-compose --file Helpers/docker-compose.yml \
--project-name columnstore \
--project-directory . \
run mclient -h monetdb -d db
run mclient mclient -h monetdb -d db
----
link:{ci_project_fileref}Helpers/docker-compose.yml#L475[`mclient-batch`]:: Terminal um Abfragen zum Server abzusetzen ohne interaktiven Input.
......
21.15.1
21.15.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment