icpp
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
[[icp]]
|
||||
url = "www.icpp.com"
|
||||
no = "蜀ICP备2000000000号-1"
|
||||
|
||||
[[icp]]
|
||||
url = "8.8.8.8"
|
||||
no = "蜀ICP备2000000000号-1"
|
||||
@@ -0,0 +1,20 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
icppp:
|
||||
image: wuhan005/icppp
|
||||
restart: always
|
||||
expose:
|
||||
- "9315"
|
||||
environment:
|
||||
- VIRTUAL_HOST=www.icpp.com
|
||||
- LETSENCRYPT_HOST=www.icpp.com
|
||||
- DEFAULT_EMAIL=xxx@gmail.com
|
||||
- TIME_ZONE=Asia/Shanghai
|
||||
volumes:
|
||||
- ./conf:/home/app/conf
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: nginx-proxy
|
||||
Reference in New Issue
Block a user