Reusable Anchor Binds
Overview
Static Volume Mount
io:
image: repo.moovit24.de:443/mcp_io:4.10.2.0
restart: always
volumes:
-mnt/helmut-share:/Volumes/helmut4-shareDynamic Bind Mount
io:
image: repo.moovit24.de:443/mcp_io:4.10.2.0
restart: always
volumes:
- type: bind
bind:
propagation: rslave
source: /mnt/helmut4-share
target: /Volumes/helmut4-shareReusable x-binds
Benefits of Using Anchors
Last updated