Hi
After trying out Seafile I decided to sue Seafile permanently.
I did manage to get Seafile, use the reverse proxy that I have, and also use a MySQL that I already have running, so i only have 1 container. In may test I stored everything locally, but going forwar I want to store ‘files’ on the NAS, and the rest locally.
Here is the yaml part:
seafile:
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}
container_name: seafile
ports:
- "18080:80"
volumes:
\# App config/logs stay local
- /srv/containers/seafile/appdata:/shared
\# Only user file blobs go to NAS
- /srv/containers/seafile/data:/shared/seafile/seafile-data
But when I bring up the conatiner it does not install correctly because the data is already 'present, so the installer things that this is not a new installation.
What can I do to make this work ?
Thanks
Kind regards
Steen