I’ve set up using both the standard docker-compose setup, and the ggogol ‘containerised’ one, but in neither case could I actually get the webui to come up… and I’m not sure why. Nothing in the install or the logs (that I could find) showed any issues. Though in the ‘official’ setup I didn’t seem to end up with anything in the conf folder of nginx which… doesn’t seem right?
Things I’m not sure if I did them right (and aren’t really explained in any of the documentation that I saw) -
volumes.
I assumed that the ones listed were placeholder ones, as generally docker volumes can be stored anywhere and only the links matter. So I used -
volumes:
- /volume2/docker/seafile/seafile-mysql/db:/var/lib/mysql
volumes:
- /volume2/docker/seafile/seafile-data:/shared
I have tried with letsencrypt off and on, neither helped. Though the official documentation says the hostname you enter will only be used with letsencrypt on… but doesn’t specify how you actually get to the webui when its off?
But regardless, the host name doesn’t work with letsencrypt on either. Am I meant to be setting up another section of nginx or something elsewhere? I use SWAG for my reverse proxying, but I assumed the official container took care of this for me for this case? No?
Totally confused at this point.
Hopefully someone can point out where I might have gone wrong haha.
pastebin /qaJ0vL9M - my compose file