mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 06:06:08 +08:00
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#/bin/bash
|
|
set -e
|
|
|
|
docker compose down
|
|
docker compose up -d --remove-orphans |