fix: switched docker-compose.yaml image remote

This commit is contained in:
2025-05-17 16:29:54 +02:00
parent e908f1edec
commit 7c7d0e2f32

View File

@@ -1,10 +1,11 @@
services:
habittrove:
image: ghcr.io/manindark/habittrove
container_name: habittrove
ports:
- "3000:3000"
volumes:
- "./data:/app/data"
- "./backups:/app/backups"
image: dohsimpson/habittrove
environment:
- AUTH_SECRET=your-secret-key-here # Replace with your actual secret