We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d82d4 commit 4afcdbdCopy full SHA for 4afcdbd
1 file changed
docs/yml.md
@@ -54,6 +54,11 @@ expose:
54
volumes:
55
- cache/:/tmp/cache
56
57
+-- Mount all of the volumes from another service or container
58
+volumes_from:
59
+ - service_name
60
+ - container_name
61
+
62
-- Add environment variables.
63
-- Environment variables with only a key are resolved to values on the host
64
-- machine, which can be helpful for secret or host-specific values.
0 commit comments