Created
August 23, 2020 20:30
-
-
Save dnburgess/d36f7bed10863ec9b05f8ddf9f08d142 to your computer and use it in GitHub Desktop.
DB Tech WikiJS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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