Replace docker-compose with docker compose

This commit is contained in:
2025-04-26 12:04:09 +03:00
parent de0a76e890
commit d1d2ac82f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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