Problem with Seadoc 1.0 installation

Hi,
On fresh VPS KVM with Ubuntu 24.04 I installed docker and downloaded
wget https://manual.seafile.com/12.0/repo/docker/seadoc/1.0/standalone/seadoc.yml -O docker-compose.yml
wget https://manual.seafile.com/12.0/repo/docker/seadoc/1.0/standalone/env -O .env

Then I adjusted them accordingly to “SeaDoc and Seafile (non docker version) are deployed on the same host” on this integration tutorial SeaDoc Integration - Seafile Admin Manual.

And after running “docker compose up -d” I don’t get /opt/seadoc-data/sdoc-server/conf/sdoc_server_config.json file. In fact in /opt/seadoc-data/ directory there is only logs subdirectory - nothing else. Why ?

But docker is up and running:
root@v1-docker:/opt/seadoc# docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
seadoc seafileltd/sdoc-server:1.0-latest “/sbin/my_init – /s…” seadoc About an hour ago Up About an hour 0.0.0.0:7070->7070/tcp, [::]:7070->7070/tcp, 80/tcp, 0.0.0.0:8888->8888/tcp, [::]:8888->8888/tcp
root@v1-docker:/opt/seadoc#

PLease help.

Please use SeaDoc 2.0 with Seafile 13.0 instead. The configuration method is much improved in SeaDoc 2.0.

Well, I’ve made lots of work with installing and adjusting Seafile 12. I wouldn’t want to go through it again from the begening with 13.

All is working but I have just in F12 console 403 error. So the last thing which remains is auhorization between Docker/Seadoc and Seafile.

Question: how to read that .json key manually inside docker ? Or how to generate it inside Docker ?