mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
13 lines
257 B
YAML
13 lines
257 B
YAML
version: "3"
|
|
services:
|
|
oci:
|
|
image: stilleshan/java_oci_manage
|
|
container_name: rrr
|
|
tty: true
|
|
ports:
|
|
- 9527:9527
|
|
volumes:
|
|
- ./config/client_config:/app/client_config
|
|
- ./config/key.pem:/app/key.pem
|
|
restart: always
|