1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
version: "2" volumes: data: driver: local networks: front: {} services: web: build: . networks: - front - default volumes_from: - other other: image: busybox:1.31.0-uclibc command: top volumes: - /data