chore(deps): update sonatype/nexus3 docker tag to v3.73.0 (#2266)

* chore(deps): update sonatype/nexus3 docker tag to v3.73.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-10-11 13:48:42 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent f82249b645
commit 415e505b42
4 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
nexus:
image: sonatype/nexus3:3.73.0
restart: always
container_name: ${CONTAINER_NAME}
environment:
- TZ=Asia/Shanghai
ports:
- ${PANEL_APP_PORT_HTTP}:8081
volumes:
- ./data:/nexus-data
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true