This commit is contained in:
TerenceLau 2022-10-06 15:55:31 +00:00
parent 915575b105
commit 192b1af7e0
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ services:
mode: replicated mode: replicated
replicas: 1 replicas: 1
environment: environment:
INSTALL4J_ADD_VM_PARAMS: -Xms128m -Xmx512m -XX:MaxDirectMemorySize=256m INSTALL4J_ADD_VM_PARAMS: -Xms128m -Xmx512m -XX:MaxDirectMemorySize=512m
container_name: nexus3 container_name: nexus3
restart: always restart: always
ports: ports:
- 8081:8081 - 8081:8081
- 8082:8082 - 8082:8082
volumes: volumes:
- /mnt/bucket/nexus:/nexus-data:Z - /mnt/bucket/nexus:/nexus-data