This commit is contained in:
qq
2022-08-25 12:47:32 +08:00
parent 68c0275fc8
commit d9c9d0c32d
4 changed files with 27 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
[[icp]]
url = "www.icpp.com"
no = "蜀ICP备2000000000号-1"
[[icp]]
url = "8.8.8.8"
no = "蜀ICP备2000000000号-1"
+20
View File
@@ -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