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.