Skip to content

soliujing/whoami

 
 

Repository files navigation

redirect

Tiny Go webserver that redirect to https

Usage

version: '3.9'

services:
  redir:
    image: soliujing/go-redir-https:latest
    container_name: redir
    ports:
      - "80:80"
    networks:
      - bridge-all
    restart: unless-stopped

About

Tiny Go server that prints os information and HTTP request to output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 69.2%
  • Dockerfile 24.4%
  • Makefile 6.4%