From fe404d98cbfaf021f12fa1a160b0ebe151d8e6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Fri, 8 Oct 2021 18:15:41 +0000 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-type: patch Signed-off-by: Tomás Migone --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f54ccd6..ffa1cb3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ services: restart: always labels: io.balena.features.balena-api: '1' # necessary to discover services + io.balena.features.supervisor-api: 1 # necessary to discover services in local mode privileged: true # necessary to change container hostname ports: - "8080" # only necessary if using ExternalHttpListener (see below) @@ -47,6 +48,7 @@ services: restart: always labels: io.balena.features.balena-api: '1' # necessary to discover services + io.balena.features.supervisor-api: 1 # necessary to discover services in local mode privileged: true # necessary to change container hostname ports: - "8080" # only necessary if using ExternalHttpListener (see below)