signoz/.scripts/commentLinesForSetup.sh
Pranay Prateek dc9508269d
Update commentLinesForSetup.sh
Updating frontend service line number
2022-04-08 10:12:58 -07:00

8 lines
427 B
Bash

#!/bin/sh
# It Comments out the Line Query-Service & Frontend Section of deploy/docker/clickhouse-setup/docker-compose.yaml
# Update the Line Numbers when deploy/docker/clickhouse-setup/docker-compose.yaml chnages.
# Docs Ref.: https://github.com/SigNoz/signoz/blob/main/CONTRIBUTING.md#contribute-to-frontend-with-docker-installation-of-signoz
sed -i 38,62's/.*/# &/' .././deploy/docker/clickhouse-setup/docker-compose.yaml