expanded command

This commit is contained in:
2024-02-11 13:51:59 -06:00
parent 89e9d5f7d4
commit 6d7f6df9f0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
docker compose -f admin/compose.yml down
dps
docker ps

View File

@@ -1,4 +1,4 @@
#!/bin/bash
docker compose -f admin/compose.yml pull
dps
docker ps

View File

@@ -1,4 +1,4 @@
#!/bin/bash
docker compose -f admin/compose.yml up -d
dps
docker ps