MAAsDocker/start-docker.sh

5 lines
130 B
Bash
Raw Normal View History

2025-04-05 17:23:37 +08:00
#!/bin/bash
cd $(dirname $(readlink -f "$0"))
2025-04-05 17:27:03 +08:00
git fetch origin && git reset --hard origin/master && git pull
2025-04-05 17:23:37 +08:00
docker compose up -d