From cc2679dd6ccd3c432492635fd7d0317dda0b12e3 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 29 Jan 2024 15:47:45 +0200 Subject: [PATCH] no interactive run via script --- podman_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman_run.sh b/podman_run.sh index 0b1d46a..000564e 100755 --- a/podman_run.sh +++ b/podman_run.sh @@ -1,2 +1,2 @@ #!/bin/sh -podman run --mount type=bind,src=config/,target=/config -it --rm --name discovery-mastodon-servers discovery-mastodon-servers +podman run --mount type=bind,src=config/,target=/config -t --rm --name discovery-mastodon-servers discovery-mastodon-servers