Skip to content

Commit

Permalink
# upgrade nexus and use h2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 31, 2024
1 parent d4e7b69 commit 931a03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker/db/nexus/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-traefik-label: &traefik-label

services:
nexus:
image: sonatype/nexus3:3.70.1-java11-alpine
image: sonatype/nexus3:3.71.0-java17-alpine
container_name: nexus
labels:
<<: *traefik-label
Expand All @@ -16,7 +16,7 @@ services:
expose:
- "8081"
volumes:
- {{ param_docker_data }}/{{ param_role_name }}/data1/:/nexus-data/
- {{ param_docker_data }}/{{ param_role_name }}/data/:/nexus-data/
environment:
INSTALL4J_ADD_VM_PARAMS: -Xms4G -Xmx4G -XX:MaxDirectMemorySize=6717M
NEXUS_SECURITY_INITIAL_PASSWORD: "{{ param_manage_password }}"
Expand Down

0 comments on commit 931a03f

Please sign in to comment.