Switch Docker volume to bind mount at /home/christoph/fitnesspad

Makes the database directly accessible on the host filesystem instead
of an opaque Docker volume.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-03-23 20:31:41 +01:00
parent 17dc9dbf3b
commit f601c2030e

View File

@@ -4,8 +4,5 @@ services:
ports: ports:
- "8090:8090" - "8090:8090"
volumes: volumes:
- db-data:/data - /home/christoph/fitnesspad:/data
restart: unless-stopped restart: unless-stopped
volumes:
db-data: