diff --git a/start.cmd b/start.cmd new file mode 100644 index 0000000..e92332e --- /dev/null +++ b/start.cmd @@ -0,0 +1 @@ +docker compose up -d \ No newline at end of file diff --git a/stop.cmd b/stop.cmd new file mode 100644 index 0000000..1c3e9ca --- /dev/null +++ b/stop.cmd @@ -0,0 +1 @@ +docker compose down \ No newline at end of file diff --git a/update.cmd b/update.cmd new file mode 100644 index 0000000..ec682ca --- /dev/null +++ b/update.cmd @@ -0,0 +1,2 @@ +git pull +docker compose up -d --build \ No newline at end of file