refactor: use different path inside container

This commit is contained in:
Nicolas Meienberger
2025-08-10 10:39:58 +02:00
parent 18654426fa
commit 0f9ace4dfa
9 changed files with 129 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
package constants
var VolumeRoot = "/tmp/ironmount"
const VolumeRootLocal = "/mounts"