chore(docker): sostituisce named volume con bind mount nella root del repository

This commit is contained in:
2026-05-12 18:55:55 +02:00
parent b1a400cf81
commit 43e49c4c66
+1 -4
View File
@@ -5,8 +5,5 @@ services:
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- segnapunti-state:/app/.segnapunti - ./.segnapunti:/app/.segnapunti
restart: unless-stopped restart: unless-stopped
volumes:
segnapunti-state: