mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 10:58:22 +08:00
15 lines
361 B
YAML
15 lines
361 B
YAML
version: '2'
|
|
services:
|
|
app:
|
|
image: registry.alauda.cn/kenny/docker-nexus3:3.1.0
|
|
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
|