From 4641d02967bbe87dfe2356b39b829e1285de5515 Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-morgan[bot]" <158213395+sourcegraph-commit-signing-morgan[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:03:58 +0000 Subject: [PATCH] Append Hello World to all README.md files --- README.md | 1 + docker-compose/README.md | 1 + docker-compose/dev/README.md | 1 + docker-compose/executors/README.md | 2 +- prometheus/README.md | 1 + pure-docker/README.md | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad00b364..aa4cdadc4 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ We've made our deployment configurations open source to better serve our custome What if your organization wants a multi-machine deployment without using Kubernetes? What if you use a different container management platform, for example? Anyone using a container management platform other than Kubernetes (Netflix's [Titus](https://netflix.github.io/titus/), Apache's [Mesos](http://mesos.apache.org/documentation/latest/docker-containerizer/), etc.) can use our [Pure-Docker Sourcegraph cluster deployment reference](./pure-docker/README.md) to deploy Sourcegraph. +Hello World diff --git a/docker-compose/README.md b/docker-compose/README.md index 981611820..3947d535e 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -3,3 +3,4 @@ This directory contains the Sourcegraph with Docker Compose deployment reference. To learn more about deploying, configuring, and upgrading a Sourcegraph with Docker Compose installation, please refer to our documentation: [Sourcegraph with Docker Compose](https://docs.sourcegraph.com/admin/install/docker-compose) +Hello World diff --git a/docker-compose/dev/README.md b/docker-compose/dev/README.md index fc50215f8..017edef09 100644 --- a/docker-compose/dev/README.md +++ b/docker-compose/dev/README.md @@ -18,3 +18,4 @@ The above will deploy Sourcegraph on [http://localhost:8080](http://localhost:80 ``` The above will tear down the local Sourcegraph instance that was set up using the previous command. +Hello World diff --git a/docker-compose/executors/README.md b/docker-compose/executors/README.md index b0ae6d20d..e421c8aad 100644 --- a/docker-compose/executors/README.md +++ b/docker-compose/executors/README.md @@ -20,4 +20,4 @@ To run this on a standalone machine, execute the following from the `executors` ```bash docker-compose up -d executor.docker-compose.yaml -``` \ No newline at end of file +```Hello World diff --git a/prometheus/README.md b/prometheus/README.md index 5bb031965..9ff328602 100644 --- a/prometheus/README.md +++ b/prometheus/README.md @@ -33,3 +33,4 @@ Create `prometheus/docker_targets.yml`: targets: - host.docker.internal:9323 ``` +Hello World diff --git a/pure-docker/README.md b/pure-docker/README.md index 4f5faefd7..8e2c35344 100644 --- a/pure-docker/README.md +++ b/pure-docker/README.md @@ -74,3 +74,4 @@ $ git clone ssh://git@myhost.com/my/repo /tmp/my-repo ## Questions & Issues [Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-docker&template=deploy-sourcegraph-docker.md&title=%5Bdeploy-sourcegraph-docker%5D) or contact us (support@sourcegraph.com), we are happy to help! +Hello World