To expand the default size of 16 GB, locate the DISK_SIZE setting in your compose file and modify it to your preferred capacity: Please note that the

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-02-27 16:00:10

To expand the default size of 16 GB, locate the DISK_SIZE setting in your compose file and modify it to your preferred capacity:

Please note that the device needs to be totally empty (without any partition table) otherwise DSM does not always format it into a volume.

Do NOT use this feature with the goal of sharing files from the host, they will all be lost without warning when DSM creates the volume.

If you receive an error from kvm-ok indicating that KVM acceleration can't be used, check the virtualization settings in the BIOS.

An added benefit of this approach is that you won't have to perform any port mapping anymore, since all ports will be exposed by default.

Please note that this IP address won't be accessible from the Docker host due to the design of macvlan, which doesn't permit communication between the two. If this is a concern, you need to create a second macvlan as a workaround.

After configuring the container for macvlan (see above), it is possible for DSM to become part of your home network by requesting an IP from your router, just like your other devices.

Leave a Comment