Skip to content

Commit

Permalink
Update nexus and experimenting with different nfs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaley92 committed Jun 7, 2023
1 parent fe9b4c2 commit 8db012a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ansible/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

main:
image: sonatype/nexus3:3.42.0
image: sonatype/nexus3:3.55.0
volumes:
- /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
{% if nfs_host is defined %}
Expand Down Expand Up @@ -31,7 +31,7 @@ volumes:
driver: local
driver_opts:
type: nfs
o: addr={{ nfs_host }},soft,nolock,rw,nfsvers=4,async
o: addr={{ nfs_host }},rw,nfsvers=4,async
device: :{{ nfs_path }}
{% endif %}

Expand Down

0 comments on commit 8db012a

Please sign in to comment.