mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
8 lines
168 B
YAML
8 lines
168 B
YAML
services:
|
|
habittrove:
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- "./data:/app/data" # Use a relative path instead of $(pwd)
|
|
image: dohsimpson/habittrove
|