docker-compose -> docker compose
This commit is contained in:
parent
ecfdee6298
commit
9b2fbe2e3f
2 changed files with 6 additions and 3 deletions
|
@ -131,5 +131,5 @@ echo " docker run 0x2620/pandora setup | sh"
|
||||||
echo
|
echo
|
||||||
echo adjust created files to match your needs and run:
|
echo adjust created files to match your needs and run:
|
||||||
echo
|
echo
|
||||||
echo " docker-compose up"
|
echo " docker compose up"
|
||||||
echo
|
echo
|
||||||
|
|
|
@ -22,11 +22,14 @@ To start pan.do/ra adjust the files in this folder:
|
||||||
|
|
||||||
and to get started run this:
|
and to get started run this:
|
||||||
|
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
To update pan.do/ra run:
|
To update pan.do/ra run:
|
||||||
|
|
||||||
docker-compose run pandora ctl update
|
docker compose run --rm pandora ctl update
|
||||||
|
|
||||||
|
To run pan.do/ra manage shell:
|
||||||
|
|
||||||
|
docker compose run --rm pandora ctl manage shell
|
||||||
EOF
|
EOF
|
||||||
touch __init__.py
|
touch __init__.py
|
||||||
|
|
Loading…
Reference in a new issue