Uppdate Caddy config to make it more standard with the reset of the tree. (#203)
This commit is contained in:
committed by
GitHub
parent
53906f4f81
commit
5ffafca894
@@ -344,24 +344,24 @@
|
||||
"note": "Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"2019/tcp"
|
||||
"80:80/tcp",
|
||||
"443:443/tcp",
|
||||
"2019:2019/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Caddy",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Data/Caddy",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/Data",
|
||||
"container": "/data"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/Config",
|
||||
"container": "/config"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/Caddyfile",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/file",
|
||||
"container": "/etc/caddy/Caddyfile"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -344,24 +344,24 @@
|
||||
"note": "Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"2019/tcp"
|
||||
"80:80/tcp",
|
||||
"443:443/tcp",
|
||||
"2019:2019/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Caddy",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Data/Caddy",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/Data",
|
||||
"container": "/data"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/Config",
|
||||
"container": "/config"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/Caddyfile",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/file",
|
||||
"container": "/etc/caddy/Caddyfile"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -344,24 +344,24 @@
|
||||
"note": "Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"2019/tcp"
|
||||
"80:80/tcp",
|
||||
"443:443/tcp",
|
||||
"2019:2019/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Caddy",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Data/Caddy",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/Data",
|
||||
"container": "/data"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/Config",
|
||||
"container": "/config"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/Caddyfile",
|
||||
"bind": "/portainer/Files/AppData/Config/Caddy/file",
|
||||
"container": "/etc/caddy/Caddyfile"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user