一个可行的docker部署方案
This commit is contained in:
5
docker/docker-upgrade.sh
Executable file
5
docker/docker-upgrade.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#/bin/bash
|
||||
set -e
|
||||
|
||||
docker compose down
|
||||
docker compose up -d --remove-orphans
|
||||
Reference in New Issue
Block a user