- Using the latest Crowi that supports MongoDB Atlas
- With custom favicon loader
- With K8s manifests
Listen on port 3000:
# make sure you have MongoDB running
docker run -p3000:3000 -eMONGO_URI="mongodb://<mongodb_host>:27017/crowi" ghcr.io/ebiiim/crowi-docker:latest serve
Show help:
docker run ghcr.io/ebiiim/crowi-docker:latest --help
See crowi.yml
- minor fixes
- Crowi: 49bd606e492faca79efe5750a3c83daa378e77c0 2022-11-04
- image optimizations
- fix Android icon loading
- K8s now use default entrypoint in Dockerfile
- fix missing ca-certificates
- upgrade base images buster->bullseye
- change assets environment variables name
- Crowi: 1c9324a4b1649f0534a75118c375f38cfdbc002d 2022-10-16
- load icons with run.sh instead of pushing them into the image
- white background for app icons
- Crowi: 745881d7cf6b93cdb850143eb05b6299c0f31fe2 2021-09-11
- add favicon
- add K8s examples
- initial release
- Crowi: eecf2bc821098d2516b58104fe88fae81497d3ea 2020-11-06