Skip to content

Commit

Permalink
Fix missing dash in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Dec 4, 2024
1 parent 9afbe94 commit e1e8ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: firoorg/firod
entrypoint: /bin/firod -printtoconsole -conf=/cfg/firo.conf
expose:
"8888"
- "8888"
volumes:
- firod-chain:/home/firod/
- ./cfg/firod:/cfg
Expand Down

0 comments on commit e1e8ac9

Please sign in to comment.