Skip to content

Commit 0cf4c04

Browse files
committed
use new docker compose
1 parent 9e05737 commit 0cf4c04

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: launch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENV_FILE=".env"
5959
load_env_file "$ENV_FILE"
6060

6161
# Run the docker-compose command
62-
docker-compose up -d
62+
docker compose up -d
6363

6464
# Check if the necessary environment variables are set
6565
if [ -z "$SERVICE_PORT" ]; then

Diff for: stop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if [ ! -f "docker-compose.yaml" ]; then
2525
fi
2626

2727
# Stop docker-compose
28-
docker-compose down
28+
docker compose down

Diff for: uptime-kuma/data/kuma.db

228 KB
Binary file not shown.

0 commit comments

Comments
 (0)