- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 343
 
Open
Description
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?
EvgenyIsmagilov, vitalfire, calvez, MorganKryze, coryphoenixxx and 9 more
Metadata
Metadata
Assignees
Labels
No labels