szurubooru/doc
Skybbles 79d0efc25b doc: added BuildKit flags fix to INSTALL.md
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 :)
2022-03-30 22:47:03 -04:00
..
developer-utils client+server: fix linter issues due to updated pre-commit hooks 2020-09-01 14:07:39 -04:00
API.md server/posts: store and provide MD5 checksums 2021-01-05 13:20:01 -05:00
example.env Make waitress thread count configurable. 2022-02-14 17:33:23 -05:00
INSTALL.md doc: added BuildKit flags fix to INSTALL.md 2022-03-30 22:47:03 -04:00
install.sh doc/install: applied formatting fixes to script 2020-12-19 16:32:29 -05:00