Home

Awesome

Webloyer Docker

Docker image for Webloyer.

Included Containers

Requirements

Installation

  1. Download the source code by using the Git clone command:
    git clone https://github.com/ngmy/webloyer-docker.git
    
  2. Copy the .env.example file to a .env file by running the following command:
    cp .env.example .env
    
  3. Open the .env file and set environment variables.
  4. Start Webloyer Docker with the Docker Compose up command:
    docker-compose up -d
    
  5. Go to http://localhost and login with the e-mail address admin@example.com and the password admin.

License

Webloyer Docker is open-sourced software licensed under the MIT license.