cd /usr/bin
git clone https://github.com/pwndoc/pwndoc.git
cd pwndoc
service docker start
# Build and run Docker containers
docker-compose up -d --build
Behind a proxy
cd /usr/bin
git clone https://github.com/pwndoc/pwndoc.git
cd pwndoc
service docker start
cd backend
nano Dockerfile
### INSERT JUST BEFORE LINE: RUN apk
# Configure proxy
RUN npm config set proxy http://<proxy>:8080
RUN npm config set https-proxy http://<proxy>:8080
cd ..
# Build and run Docker containers
docker-compose up -d --build
Start PwnDoc
#service docker start
docker-compose start
Stop PwnDoc
docker-compose stop
#service docker stop
Configuration
Data -> Custom data -> Languages
Go to Data -> Custom data. Click on the Languages tab.