Skip to content

kwaa/naive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwaa/naive

build docker pulls

Dockerized NaiveProxy (Monthly Update)

Usage

Pull

docker pull kwaabot/naive # DockerHub
docker pull ghcr.io/kwaa/naive # GitHub Container Registry

Run

configuration located at /etc/naive/config.json

docker run -dt \
--name naive \
--network host \
-v /etc/naive/config.json:/etc/naive/config.json \
--restart unless-stopped \
kwaabot/naive

Related