Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
  • Loading branch information
vipulgupta2048 committed Jun 3, 2022
1 parent 8b4a3a1 commit e76abf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "2"

services:
balena-hello-world:
build: .
ports:
- "80:80"

0 comments on commit e76abf2

Please sign in to comment.