.
This commit is contained in:
parent
839e2023d2
commit
e27acb4497
4
run/restart.sh
Executable file
4
run/restart.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname ${0})
|
||||||
|
docker compose down && docker compose up -d --pull=always
|
||||||
4
run/start.sh
Executable file
4
run/start.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname ${0})
|
||||||
|
docker compose up -d --pull=always
|
||||||
4
run/stop.sh
Executable file
4
run/stop.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname ${0})
|
||||||
|
docker compose down
|
||||||
Loading…
x
Reference in New Issue
Block a user