summaryrefslogtreecommitdiff
path: root/doc/INSTALL.md
AgeCommit message (Collapse)Author
2025-02-11doc: use docker compose instead of docker-composeneobooru
The minimum version requirements are rough guesses, in practice any decently modern docker installation should work.
2022-03-30doc: added BuildKit flags fix to INSTALL.mdSkybbles
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-01doc/install: fix typoShyam Sunder
2020-06-05doc: clean upShyam Sunder
2020-03-13all: purge remaining elasticsearch artifactsShyam Sunder
2019-10-25doc/install: update install instructions to remove build stepShyam Sunder
2019-08-15server/tools: created simple admin command scriptShyam Sunder
2019-08-14doc: simplified how to use the base URL featureShyam Sunder
2019-08-05doc: moved documentation to a seperate folderShyam Sunder