Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid-sohrabloo committed Jul 29, 2022
1 parent 0a55e5d commit 84ad8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

docker_run="docker run"
docker_run="$docker_run -d -p 8123:8123 -p19000:9000 clickhouse/clickhouse-server:$INPUT_VERSION"
docker_run="$docker_run -d -p 8123:8123 -p9000:9000 clickhouse/clickhouse-server:$INPUT_VERSION"

sh -c "$docker_run"

0 comments on commit 84ad8db

Please sign in to comment.