Fix filebrowser mount point

This commit is contained in:
Ciapa 2023-04-12 15:18:32 +02:00
parent d4dab40a9a
commit e59c96ebff
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
autoStart = true;
ports = [ "80:8080" ];
volumes = [
"/home/kitty/shared:/home/kitty/shared"
"/home/kitty:/home/kitty"
"/home/kitty/filebrowser/config:/config"
"/home/kitty/filebrowser/database:/database"
];