feat: 脚本调整
This commit is contained in:
@@ -13,6 +13,7 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
client_max_body_size 20M;
|
||||
|
||||
location / {
|
||||
root /home/agt/html;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM nginx
|
||||
FROM nginx:1.29.0
|
||||
# author
|
||||
MAINTAINER agt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user