🐳 13ft

My own custom 12ft.io replacement

Docker Ready 1 Services Ports: 5000 4,165 stars
1. Pull Image docker pull wasi-master/13ft:latest
2. 1-Click Launch Command docker run -d --name 13ft -p 5000:5000 --restart always wasi-master/13ft:latest
3. Compose Deployment docker compose up -d
docker-compose.dev.yaml
Download .yml
services:
  13ft:
    container_name: 13ft
    hostname: 13ft
    build:
      context: .
    restart: unless-stopped
    ports:
      - "5000:5000"