Skip to content

Commit 2f573d8

Browse files
authoredJul 1, 2023
视频网站自动化搭建脚本
1 parent c055f6c commit 2f573d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎一键所有VPS部署苹果CMS.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def update_server(name, hostname, port, username, password, domain):
124124
print()
125125

126126
print(f"{name} 配置docker-compose.yml")
127-
stdin, stdout, stderr = client.exec_command('wget -O /home/web/docker-compose.yml https://raw.githubusercontent.com/kejilion/docker/main/LNMP-docker-compose.yml')
127+
stdin, stdout, stderr = client.exec_command('wget -O /home/web/docker-compose.yml https://raw.githubusercontent.com/kejilion/docker/main/LNMP-docker-compose-1.yml')
128128
while not stdout.channel.exit_status_ready():
129129
if stdout.channel.recv_ready():
130130
print(stdout.channel.recv(1024).decode(), end="")

0 commit comments

Comments
 (0)
Please sign in to comment.