This commit is contained in:
Maurice
2025-08-16 20:30:01 +02:00
parent 30c813bcf2
commit 6e236f64df
3 changed files with 21 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ protocol = "tcp" # Protocol, optional
[[volumes]]
source = "<VOLUME NAME>" # Volume name or path on host
target = "<PATH>" # Volume location/target inside container
create = true # Optional, set to true if volume is NOT a path but named volume and you want to create it
# Or you can make more advanced volumes with mounts
[[mounts]]