change docker service environment name

This commit is contained in:
xiaomlove
2025-04-28 20:38:15 +07:00
parent 695cde1670
commit d7e80231ea
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
server {
listen 443 ssl http2;
server_name ${DOMAIN};
server_name ${NP_DOMAIN};
root /var/www/html/public;
index index.php index.html;