forked from DevOps/deploy.stack
Merge branch 'main' of 6t7.net:cnphpbb/deploy.stack
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# IMAGE_LATEST=portainer/portainer-ce:2.19.4
|
# IMAGE_LATEST=portainer/portainer-ce:2.19.4
|
||||||
#IMAGE_LATEST=portainer/portainer-ce:latest
|
#IMAGE_LATEST=portainer/portainer-ce:latest
|
||||||
IMAGE_TAG=portainer/portainer-ce:2.27.6
|
IMAGE_TAG=portainer/portainer-ce:2.27.7
|
||||||
AGENT_TAG=portainer/agent:2.27.6
|
AGENT_TAG=portainer/agent:2.27.7
|
||||||
|
|||||||
21
webout/www-root/index.html
Normal file
21
webout/www-root/index.html
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>网站建设中</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 100px;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>网站正在建设中</h1>
|
||||||
|
<p>请稍后再访问</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user