Fix: Not a TTY

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-11-26 15:24:33 +01:00
parent a634fd2391
commit 45b2a63320
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -6,7 +6,7 @@
#!/bin/bash
set -euo pipefail
exec docker run --rm -ti \
exec docker run --rm -i \
-v "/var/run/docker.sock:/var/run/docker.sock" \
-v "/etc/docker-compose:/etc/docker-compose:ro" \
luzifer/docker-compose \