Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-paesa committed Jun 4, 2023
1 parent bee6a8d commit 7ecbd75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ services:
n3uron:
build: .
ports:
- "80:8003"
- 8003:8003 # HTTP WebUI
- 8443:8443 # HTTPS WebUI
- 8004:8004 # HTTP WebVision
- 8444:8444 # HTTPS WebVision
- 3001:3001 # Inbound Links
environment:
- HOSTNAME=balena01
volumes:
Expand Down

0 comments on commit 7ecbd75

Please sign in to comment.