Empty Page after install #31
-
|
Hi, I want to move from lxc-containers to docker. I´m new to docker. I´ve tryed to run seafile as described in docker, but I only receive an empty page. What do I need to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
|
Hi, first of all we'll need some logs to see what's going on. Check if the containers are even running with Then get some logs: |
Beta Was this translation helpful? Give feedback.
-
|
Ok, this seems to be the reason: Do I need to initialize the database? |
Beta Was this translation helpful? Give feedback.
-
|
The database is initialized automatically. Therefore the root password is needed, which was set incorrectly. The environment variable |
Beta Was this translation helpful? Give feedback.
-
|
I left the Password unmodified: Currently I use some minor changes in the docker-compose-file: I think the passwords match. |
Beta Was this translation helpful? Give feedback.
-
|
Try to run |
Beta Was this translation helpful? Give feedback.
-
|
I´ve already made this without change. Any idea? |
Beta Was this translation helpful? Give feedback.
-
|
Not really. When I look up the error message, I only find the same suggestion that I made already about the existing volume. Are you sure you deleted the volume? Run I can't reproduce the issue at all. Then everything continues to start normally. |
Beta Was this translation helpful? Give feedback.
-
|
After locating the images and deleting and removing them it works now for me. ;) |
Beta Was this translation helpful? Give feedback.
Not really. When I look up the error message, I only find the same suggestion that I made already about the existing volume. Are you sure you deleted the volume?
Run
docker-compose down, thendocker volume lsto see what volumes exist. Then delete the db volume withdocker volume rm volumename.I can't reproduce the issue at all.