Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvet-s authored Nov 24, 2024
1 parent a38e9e0 commit 7748a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ port() {

# 启动基础环境(必须)
base() {
docker network create twelvet-network
docker-compose up -d twelvet-mysql twelvet-redis
}

# 启动程序模块(必须)
server() {
docker network create twelvet-network
docker-compose up -d twelvet-nacos twelvet-gateway twelvet-auth twelvet-server-system
}

Expand Down

0 comments on commit 7748a17

Please sign in to comment.