Add docker-compose-v1 compatibility
This commit is contained in:
parent
ea1fd295df
commit
f36b70de1d
2 changed files with 5 additions and 0 deletions
|
@ -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
2
docker-compose
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker compose $@
|
Loading…
Reference in a new issue