Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Oct 8, 2021
1 parent 0a2810a commit fe404d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit fe404d9

Please sign in to comment.