Skip to content

Commit

Permalink
Improve docker-compose (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMisencik authored Jul 27, 2023
1 parent c1ffd03 commit 5e9495e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ version: "3.7"

services:
sample-topology:
image: frinx/sample-topology:3.2.0
image: frinx/sample-topology
build: .
volumes:
- ./devices.csv:/sample-topology/devices.csv
ports:
Expand Down

0 comments on commit 5e9495e

Please sign in to comment.