3 lines
124 B
Bash
3 lines
124 B
Bash
|
#!/bin/sh
|
||
|
podman run --mount type=bind,src=config/,target=/config -it --rm --name test-discovery discovery-mastodon-servers
|