1
0

chore(deps): update sonatype/nexus3 docker tag to v3.90.1 (localApps) (#4384)

This commit is contained in:
renovate[bot]
2026-03-07 00:58:21 +00:00
committed by GitHub
parent eb5508fa38
commit 43169ebf71
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
networks:
1panel-network:
external: true
services:
nexus3:
image: sonatype/nexus3:3.90.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8081
volumes:
- ${NEXUS3_ROOT_PATH}/data:/nexus-data
environment:
- TZ=Asia/Shanghai