Skip to content

Commit

Permalink
undo delete docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
calvwang9 committed Aug 8, 2023
1 parent a391694 commit 85df8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ do
-d \
-p 127.0.0.1:$(( $core_base_port + $i - 1 )):$core_base_port \
-p 127.0.0.1:$(( $core_p2p_base_port + $i - 1 )):$core_p2p_base_port \
-p "${docker_ip}:$(( $core_base_port + $i - 1 )):$core_base_port" \
-p "${docker_ip}:$(( $core_p2p_base_port + $i - 1 )):$core_p2p_base_port" \
-e "CL_CONFIG=$(cat "${config_path}")" \
-e "CL_DATABASE_URL=postgresql://postgres:postgres@host.docker.internal:$(( $postgres_base_port + $i - 1 ))/cosmos_test?sslmode=disable" \
-e 'CL_DATABASE_ALLOW_SIMPLE_PASSWORDS=true' \
Expand Down

0 comments on commit 85df8eb

Please sign in to comment.