CE Server Version: 13.0.12: Network error on file upload

Hello,

When uploading a file I get “Network error” - as informative as Microsoft’s ‘“unknown error :grinning_face:

My setup:

I have only changed the port in the compose file to 8080 for seafile and 8081 for seadoc, the I have Nginx proxy Manager so that I can do http://sf.mydomain.com

my current user is member of the docker group.

I have tried to set 777 (I know… but only as a test!) on the seafile folder, so i’m not sure that it’s permission issue

The funny thing is that I can create a new file, but… i cannot download the newly created file

I then tried to take down and remove the containers, than then run:

sudo docker compose up -d

then it works, but if sudo is need to start the containers why is that not a note in the installation ?

Small side note: It would be really nice if the port could be change via .env instead off changing the the yaml file.