winsphinx / ToolBox

Tool box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check and Lint Build and Push Docker Image

7086 Tool Box

七零八落工具箱

Docker 部署

docker run -d --name=toolbox --restart=unless-stopped -p 7086:7086 ghcr.io/winsphinx/toolbox:latest

version: '3'
services:
  toolbox:
    image: ghcr.io/winsphinx/toolbox:latest
    container_name: toolbox
    restart: unless-stopped
    ports: 7086:7086

About

Tool box

License:MIT License


Languages

Language:Python 99.6%Language:Dockerfile 0.4%