mirror of
https://github.com/electerm/electerm-web-docker.git
synced 2026-04-25 05:35:53 +03:00
[GH-ISSUE #16] [BUG] Docker Container does not create required files #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/electerm-web-docker#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hope-IT-Works on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/electerm/electerm-web-docker/issues/16
Hello, I've tried to set up the docker container today.
When I run the container and open the browser on Port
localhost:8083, I get to the login page. However, when I enter the password, nothing happens.I've looked into the logs of the container:
This is my docker-compose.yml:
It seems like the docker container does not set up some required electerm files.
Is there a specific command that I need to run?
Thanks for your work on electerm, and have a nice rest of your week.
Greetings from Berlin
@Hope-IT-Works
@zxdong262 commented on GitHub (Apr 9, 2025):
/share/NAS973/electerm-web-datais your local folder as data folder, please give a proper path, make sure have proper permission, you may try give a 777 permission@Hope-IT-Works commented on GitHub (Apr 9, 2025):
@zxdong262
Thanks for your reply!
I found a solution:
/home/electerm/data/users/default_user/Now, electerm-web finds the database files and works as intended.
Maybe there is a way to automatically run electerm-web to create database files when initialized?
Greetings
@Hope-IT-Works