Fix: Improve docker documentation#1946
Open
marqda4th wants to merge 2 commits intoDarkflameUniverse:mainfrom
Open
Fix: Improve docker documentation#1946marqda4th wants to merge 2 commits intoDarkflameUniverse:mainfrom
marqda4th wants to merge 2 commits intoDarkflameUniverse:mainfrom
Conversation
|
@marqda4th thanks for these instructions. I could not get the compose setup to start with the instructions how they are currently on master but this works! The darkflameweb component still kept crashing for me because it could not find the brickdb so i had to change the line in vulumes to |
aronwk-aaron
approved these changes
Feb 4, 2026
| - Open the directory that contains your LU Client | ||
| - If the `legouniverse.exe` is in a subfolder called `client`, you're good to go. There may also be a folder `versions`. | ||
| - Otherwise, create a new `client` folder and move the exe and everything else (e.g. `res` and `locale`) in there. This is necessary to work around a bug in the client that will prevent that you to log back in after getting disconnected. | ||
| - If the `legouniverse.exe` is in a subfolder called `client`, copy & paste it to the current directory. |
Member
There was a problem hiding this comment.
copy and paste is to specific terminology here since docker can, and is lots of times, setup via cli on headless servers. may want ti use more generic language
EmosewaMC
approved these changes
Feb 12, 2026
Collaborator
EmosewaMC
left a comment
There was a problem hiding this comment.
looks good to me aside from the one comment from aaron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1945