mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
Fix: Not a TTY
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a634fd2391
commit
45b2a63320
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue