mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 03:48:15 +08:00
15 lines
375 B
YAML
15 lines
375 B
YAML
version: '2'
|
|
services:
|
|
app:
|
|
image: registry.cn-hangzhou.aliyuncs.com/kennylee/nexus3:3.9.0-01
|
|
ports:
|
|
- 8081:8081
|
|
container_name: nexus3
|
|
restart: always
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
- JAVA_MAX_HEAP=1200m
|
|
- JAVA_MIN_HEAP=1200m
|
|
volumes:
|
|
- ./data/:/nexus-data/:z
|