appstore-1panel/apps/nexus/3.67.0/docker-compose.yml
renovate[bot] 5b418ab6de
chore(deps): update sonatype/nexus3 docker tag to v3.67.0 (#1199)
* chore(deps): update sonatype/nexus3 docker tag to v3.67.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>
2024-04-03 10:35:57 +08:00

19 lines
372 B
YAML

version: '3'
services:
nexus:
image: sonatype/nexus3:3.67.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