This commit is contained in:
Cryptoval Trading Technologies
2024-09-11 00:58:30 +00:00
parent 839e2023d2
commit e27acb4497
3 changed files with 12 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname ${0})
docker compose down && docker compose up -d --pull=always
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname ${0})
docker compose up -d --pull=always
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname ${0})
docker compose down