diff --git a/podman_run.sh b/podman_run.sh index 7bd87b5..0b1d46a 100644 --- 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 test-discovery discovery-mastodon-servers +podman run --mount type=bind,src=config/,target=/config -it --rm --name discovery-mastodon-servers discovery-mastodon-servers