Add docker-compose-v1 compatibility

This commit is contained in:
Nikurasu 2023-04-02 11:35:29 +02:00
parent ea1fd295df
commit f36b70de1d
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -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.

2
docker-compose Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker compose $@