更新构建openssl镜像相关文件

This commit is contained in:
huty 2024-03-15 15:57:07 +08:00 committed by huty
parent 132c17af2d
commit 3c8bbedbd7
5 changed files with 4 additions and 13 deletions

View File

@ -1,20 +1,11 @@
version: "3.9"
services:
kiwix-serve:
# image: hty1024/kiwix-serve:3.6.0
image: hty1024/kiwix-serve:3.6.0-alpine
container_name: kiwix-serve
openssl:
# image: hty1024/openssl:1.1.1l-150400.1.5
image: hty1024/openssl:3.1.4
container_name: openssl
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
- ./data:/data
ports:
- "10080:10080"
networks:
- app_network
networks:
app_network:
external: true
name: app_network