.
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname ${0})
|
||||||
|
docker compose down && docker compose up -d --pull=always
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname ${0})
|
||||||
|
docker compose up -d --pull=always
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname ${0})
|
||||||
|
docker compose down
|
||||||
Reference in New Issue
Block a user