Skip to content

Commit

Permalink
balena: Remove privileged mode, explicit port maps
Browse files Browse the repository at this point in the history
  • Loading branch information
NGenetzky committed Jun 9, 2020
1 parent 362fff8 commit 55732c4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docker-compose.yml
Expand Up @@ -6,14 +6,9 @@ services:
main:
build:
context: .
privileged: true
ports:
- '3000:3000'
- '10022:22'
restart: always
network_mode: host
volumes:
- 'resin-data:/data'
labels:
io.balena.features.kernel-modules: '1'
io.balena.features.firmware: '1'
io.balena.features.dbus: '1'
io.balena.features.supervisor-api: '1'
io.balena.features.balena-api: '1'
- 'resin-data:/data'

0 comments on commit 55732c4

Please sign in to comment.