Skip to content

Commit

Permalink
docker-compose: Don't redirect stderr to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Jan 1, 2025
1 parent 39d4df6 commit b5588fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basefiles/app-compose.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
tdxctl notify-host -e "boot.progress" -d "starting containers" || true

docker compose up --remove-orphans -d 2>/dev/null || true
docker compose up --remove-orphans -d || true
chmod +x /usr/bin/containerd-shim-runc-v2
systemctl restart docker

Expand Down

0 comments on commit b5588fc

Please sign in to comment.