diff --git a/README.md b/README.md index 70a1c2b..021fc7c 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ Copy it and rename it to .env.sh. Don't commit one with your environment variabl ## Fonts used - [Inter](https://github.com/rsms/inter) as System Font - [Hack Nerd Font](https://www.programmingfonts.org/#hack) as Terminal font + +## docker-compose-v1 compatibility +At some times some projects require the old docker-compose-v1 to be installed. I wrote the `docker-compose` file here to simply yeet all of that commands into the new `docker compose` command. Copy it somewhere into your path (maybe `/usr/local/bin`) to get it working. diff --git a/docker-compose b/docker-compose new file mode 100755 index 0000000..4665469 --- /dev/null +++ b/docker-compose @@ -0,0 +1,2 @@ +#!/bin/sh +docker compose $@