docker-compose.yml
version: '3.8'
services:
nexus:
image: 'sonatype/nexus3'
restart: unless-stopped
environment:
- TZ=Asia/Shanghai
ports:
- '8288:8081'
volumes:
- './nexus-data:/nexus-data'
version: '3.8'
services:
nexus:
image: 'sonatype/nexus3'
restart: unless-stopped
environment:
- TZ=Asia/Shanghai
ports:
- '8288:8081'
volumes:
- './nexus-data:/nexus-data'