Update nginx

This commit is contained in:
2025-10-19 18:43:56 +08:00
committed by GitHub
parent 23ddcbc9d2
commit e5988317bb

6
nginx
View File

@@ -1,7 +1,7 @@
#!/bin/bash
sudo mkdir -p /data
sudo mkdir -p /boot/脚本
file_path="/boot/脚本/nginx.yaml"
file_path="/boot/脚本/nginx.yml"
services:
app:
image: 'docker.io/jc21/nginx-proxy-manager:latest'
@@ -18,5 +18,5 @@ services:
" > "$file_path"
sleep 1
docker compose -p my_rustdesk_project -f /boot/脚本/nginx.yaml up -d
echo "$端口81"
docker compose -p my_rustdesk_project -f /boot/脚本/nginx.yml up -d
echo "端口81"