更新构建openssl镜像相关文件
This commit is contained in:
parent
132c17af2d
commit
3c8bbedbd7
@ -1,20 +1,11 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kiwix-serve:
|
openssl:
|
||||||
# image: hty1024/kiwix-serve:3.6.0
|
# image: hty1024/openssl:1.1.1l-150400.1.5
|
||||||
image: hty1024/kiwix-serve:3.6.0-alpine
|
image: hty1024/openssl:3.1.4
|
||||||
container_name: kiwix-serve
|
container_name: openssl
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
ports:
|
|
||||||
- "10080:10080"
|
|
||||||
networks:
|
|
||||||
- app_network
|
|
||||||
|
|
||||||
networks:
|
|
||||||
app_network:
|
|
||||||
external: true
|
|
||||||
name: app_network
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user