-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Lost Users kasm and kasm_db after docker compose down #59
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Same issue, any resolution? |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixed in latest |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
Hello,
i install linuxserver/kasm Version 1.15:
docker inspect -f '{{ index .Config.Labels "build_version" }}' kasm Linuxserver.io version:- 1.15.0-ls23 Build-date:- 2024-04-09T21:45:23+00:00
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/kasm:latest Linuxserver.io version:- 1.15.0-ls23 Build-date:- 2024-04-09T21:45:23+00:00
After i shutdown with "docker compose down" and start with "docker compose up -d" the two users “kasm” and “kasm_db” are lost in the kasm Container. I connect with
docker exec -it kasm /bin/bash
In /etc/passwd the two users disappeared. The ps -aux Output not work here.
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: