Replace docker-compose with docker compose
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
|||||||
OWNER_CHAT_ID: 123 # ID of your chat with your bot
|
OWNER_CHAT_ID: 123 # ID of your chat with your bot
|
||||||
```
|
```
|
||||||
|
|
||||||
And you're set! Use the provided `docker-compose` wrapper script to manage the application:
|
And you're set! Use the provided `docker compose` wrapper script to manage the application:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Start
|
# Start
|
||||||
|
|||||||
+1
-1
@@ -7,6 +7,6 @@ PROJECT_NAME=$(basename "$WORK_DIR")
|
|||||||
|
|
||||||
pushd "$WORK_DIR" >/dev/null
|
pushd "$WORK_DIR" >/dev/null
|
||||||
|
|
||||||
docker-compose -p "$PROJECT_NAME" "$@"
|
docker compose -p "$PROJECT_NAME" "$@"
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user