version: "2" volumes: history: services: ppp: build: ./ppp privileged: true network_mode: host environment: HISTFILE: /history/bash_history volumes: - history:/bash_history augie: build: ./augie network_mode: host environment: HISTFILE: /history/bash_history MDNS_INTERFACE: ppp0 volumes: - history:/bash_history labels: io.balena.features.supervisor-api: "1"