13 lines
135 B
Bash
Executable File
13 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
|
|
#podman stop postgres_pgadmin_dev
|
|
#podman rm postgres_pgadmin_dev
|
|
|
|
|
|
#podman pod rm postgresql_pod
|
|
|
|
podman-compose down
|
|
|