Commit 42ef4f52 authored by Stephan Meijer's avatar Stephan Meijer Committed by Nicolas Giard

docs: remove redis from docker compose example (#760)

parent 7e458f98
......@@ -17,7 +17,6 @@ services:
image: requarks/wiki:beta
depends_on:
- db
- redis
environment:
PORT: 3000 # DO NOT CHANGE! Use ports below to specify listening port.
DB_TYPE: postgres
......@@ -26,10 +25,6 @@ services:
DB_USER: wikijs
DB_PASS: wikijsrocks
DB_NAME: wiki
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_DB: 0
REDIS_PASS: ''
networks:
- wikinet
ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment