From 0c9aa68d7f52b7112c2ebc42afda8679cf26689d Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 29 Jan 2024 15:45:28 +0200 Subject: [PATCH] rename container --- podman_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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