| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-11 | doc: use docker compose instead of docker-compose | neobooru | |
| The minimum version requirements are rough guesses, in practice any decently modern docker installation should work. | |||
| 2022-03-30 | doc: added BuildKit flags fix to INSTALL.md | Skybbles | |
| Added this because recently, there have been more problems with `docker-compose build` where it errors: ERROR: Service 'server' failed to build: failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument Recent Docker versions have switched to using `buildx` (BuildKit) to build containers, but that needs to be enabled, either in `daemon.json` or through an environment variable. But since we are using Docker Compose, it doesn't pass it to Docker; so the environment variable needs to be set. At least that's what I've heard and figured out sweat_smile My explanation might be very wrong - but it works :) | |||
| 2020-09-01 | doc/install: fix typo | Shyam Sunder | |
| 2020-06-05 | doc: clean up | Shyam Sunder | |
| 2020-03-13 | all: purge remaining elasticsearch artifacts | Shyam Sunder | |
| 2019-10-25 | doc/install: update install instructions to remove build step | Shyam Sunder | |
| 2019-08-15 | server/tools: created simple admin command script | Shyam Sunder | |
| 2019-08-14 | doc: simplified how to use the base URL feature | Shyam Sunder | |
| 2019-08-05 | doc: moved documentation to a seperate folder | Shyam Sunder | |