forked from gorb/backend
fix: make container work properly
Tested-by: Radical <radical@radical.fun>
This commit is contained in:
parent
6c47d22ae6
commit
6640d03b70
5 changed files with 24 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
podman-compose --file compose.dev.yml up --build
|
||||
|
||||
echo "SHUTTING DOWN CONTAINERS"
|
||||
podman container stop backend_backend_1 backend_database_1
|
||||
podman container stop backend_backend_1 backend_database_1 backend_valkey_1
|
||||
|
||||
echo "DELETING CONTAINERS"
|
||||
podman container rm backend_backend_1 backend_database_1
|
||||
podman container rm backend_backend_1 backend_database_1 backend_valkey_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue