Replies: 1 comment 1 reply
-
i think your missing this
- $DATADIR:/srv
…On Wed, May 4, 2022 at 12:49 PM Briareos ***@***.***> wrote:
Hi there, thanks again for the amazing work. I'm learning so much while
looking at your yaml file. I'm currently working with Filebrowser, but
don't get my files to show up. I think it has to do with the way I defined
my paths in the settings .json.
Could you explain how you got your setup as depicted below working?
volumes:
- $DOCKERDIR/appdata/filebrowser/settings.json:/config/settings.json
- $DOCKERDIR/appdata/filebrowser/filebrowser.db:/config/filebrowser.db
- /media:/data/media
- $USERDIR:/data/home
The default settings
<https://github.com/filebrowser/filebrowser/blob/master/docker/root/defaults/settings.json>
as defined by Filebrowser themselves:
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv"
}
—
Reply to this email directly, view it on GitHub
<#270>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIJNRBUQ6LWMXY5HFGVJGDVIKTA7ANCNFSM5VCR2P7A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, thanks again for the amazing work. I'm learning so much while looking at your yaml file. I'm currently working with Filebrowser, but don't get my files to show up. I think it has to do with the way I defined my paths in the settings .json.
Could you explain how you got your setup as depicted below working?
The default settings as defined by Filebrowser themselves:
Beta Was this translation helpful? Give feedback.
All reactions