7 lines
148 B
Bash
7 lines
148 B
Bash
|
#!/bin/bash
|
||
|
podman stop authentik-worker
|
||
|
podman stop authentik-server
|
||
|
podman rm authentik-worker
|
||
|
podman rm authentik-server
|
||
|
podman pod rm authentik
|