We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5b3ac commit 2a5a24fCopy full SHA for 2a5a24f
docker-compose.yml
@@ -1,8 +1,10 @@
1
+name: hrt-tracker
2
services:
3
hrt-tracker:
4
build:
5
context: .
6
dockerfile: Dockerfile
7
+ container_name: hrt-tracker
8
image: ghcr.io/chaos-dotcom/hrt-tracker:latest
9
ports:
10
- "4100:4100" # Only expose frontend port
0 commit comments