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