Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPLACE_ME_WITH_YOUR_PUBLIC_IP not in compose file #128

Open
swishkin opened this issue Jul 1, 2024 · 3 comments
Open

REPLACE_ME_WITH_YOUR_PUBLIC_IP not in compose file #128

swishkin opened this issue Jul 1, 2024 · 3 comments

Comments

@swishkin
Copy link

swishkin commented Jul 1, 2024

The quickstart goes like this:


Quickstart

To begin using WireHole, clone the repository and start the containers:

#!/bin/bash

Clone the WireHole repository from GitHub

git clone https://github.com/IAmStoxe/wirehole.git

Change directory to the cloned repository

cd wirehole

Update the .env file with your configuration

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
Remember to set secure passwords for WGUI_SESSION_SECRET, WGUI_PASSWORD, and WEBPASSWORD in your .env file.


I'm unable to find the text REPLACE_ME_WITH_YOUR_PUBLIC_IP in the docker compose file.

Am I missing something?

@rajibb
Copy link

rajibb commented Sep 16, 2024

It should be in the .env file.

@satonotdead
Copy link

There isn't REPLACE_ME on .env file.

image

@satonotdead
Copy link

00dcbef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants