+homarr config fix

This commit is contained in:
m3tam3re 2024-11-20 12:37:05 +01:00
parent 0fde93d646
commit 0007b10a71

View File

@ -3,7 +3,7 @@
image = "ghcr.io/ajnart/homarr:latest";
ports = ["7575:7575"];
volumes = [
"homarr-configs:/app/public/config"
"homarr-configs:/app/data/configs"
"homarr-icons:/app/public/icons"
"homarr-data:/data"
];