narnia 0.3.0

Secure hidden service webserver
Documentation
1
2
3
4
5
6
7
8
---
version: '3'
services:
  narnia:
    build: .
    volumes:
    - ./www/:/www
    command: ['-w', '/www']