Port mappings

This commit is contained in:
Maurice
2025-08-13 14:26:49 +02:00
parent 19d1bfe9a2
commit 37c86fc994
3 changed files with 20 additions and 6 deletions

View File

@@ -56,8 +56,8 @@ protocol = "tcp" # Protocol, optional
# Optionally you can also assign volumes
[[volumes]]
volume = "<VOLUME NAME>" # Volume name or path on host
path = "<PATH>" # Volume location/target inside container
source = "<VOLUME NAME>" # Volume name or path on host
target = "<PATH>" # Volume location/target inside container
# Or you can make more advanced volumes with mounts
[[mounts]]