Skip to content

REPLACE_ME_WITH_YOUR_PUBLIC_IP not in compose file #128

@swishkin

Description

@swishkin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions