From 00dcbef60376b2e528ce438603f96a155dcec100 Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Sat, 23 Dec 2023 22:17:53 +0000 Subject: [PATCH] Remove unnecessary sed command from quickstart --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 11022c1..8588650 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,6 @@ cd wirehole cp .env.example .env nano .env # Or use any text editor of your choice to edit the .env file -# Replace the public IP placeholder in the docker-compose.yml -sed -i "s/REPLACE_ME_WITH_YOUR_PUBLIC_IP/$(curl -s ifconfig.me)/g" docker-compose.yml - # Start the Docker containers docker compose up ```