Unverified Commit 208b651e authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

docs: update docker-compose example

parent 5d7509ac
version: "3"
services:
db:
image: postgres:9-alpine
image: postgres:11-alpine
environment:
POSTGRES_DB: wiki
POSTGRES_PASSWORD: wikijsrocks
POSTGRES_USER: wikijs
logging:
driver: "none"
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data
......@@ -22,8 +24,9 @@ services:
DB_USER: wikijs
DB_PASS: wikijsrocks
DB_NAME: wiki
restart: unless-stopped
ports:
- "3000:3000" # <-- replace with "80:3000" to listen on port 80 instead
- "80:3000"
volumes:
db-data:
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