Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 23, 2020 20:30
Show Gist options
  • Save dnburgess/d36f7bed10863ec9b05f8ddf9f08d142 to your computer and use it in GitHub Desktop.
Save dnburgess/d36f7bed10863ec9b05f8ddf9f08d142 to your computer and use it in GitHub Desktop.
DB Tech WikiJS
---
version: "2.1"
services:
wikijs:
image: linuxserver/wikijs
container_name: wikijs
environment:
- PUID=998
- PGID=100
- TZ=America/Denver
volumes:
- /srv/WikiJS/config:/config
- /srv/WikiJS/data:/data
ports:
- 3000:3000
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment