2024-03-15 14:52:38 +08:00
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
services:
|
2024-03-15 15:57:07 +08:00
|
|
|
openssl:
|
|
|
|
# image: hty1024/openssl:1.1.1l-150400.1.5
|
2024-03-25 14:24:44 +08:00
|
|
|
# image: hty1024/openssl:3.1.4
|
2024-06-17 21:39:00 +08:00
|
|
|
image: hty1024/openssl:3.3.1
|
2024-03-15 15:57:07 +08:00
|
|
|
container_name: openssl
|
2024-03-15 14:52:38 +08:00
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- ./data:/data
|