bi/ops/docker/run.sh

8 lines
226 B
Bash
Raw Normal View History

2025-08-13 10:38:36 +08:00
#!/bin/bash
set -e
docker pull harbor.devops.u.niu/bi/init:1.0.0
docker run -ti -v ./config:/data/config -v /etc/localtime:/etc/localtime -v /etc/timezone:/etc/timezone harbor.devops.u.niu/bi/init:1.0.0
docker compose up -d