chore(docker): update build path and volume comment

This commit is contained in:
2026-05-01 02:58:16 +03:00
parent 9b57b2a535
commit 54bb68642f
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ services:
ports:
- "8080:8080"
volumes:
# For podman please use :Z
# - ./data:/app/data:Z
- ./data:/app/data
env_file:
- .env