mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-18 21:38:08 +00:00
Merge TheNoim's current changes.
This commit is contained in:
14
Docker.md
14
Docker.md
@@ -11,15 +11,11 @@
|
||||
1. Copy `.env.example` and save it as `.env` inside the root directory of this repository
|
||||
2. Edit the `.env` file and add your path to your LEGO® Universe Client after `CLIENT_PATH=`
|
||||
3. Update other values in the `.env` file as need (be sure to update passwords!)
|
||||
4. Run `docker-compose up --build setup`
|
||||
5. Run `docker-compose up -d database`
|
||||
6. Run `docker-compose up --build -d account-manager brickbuildfix`
|
||||
7. Run `docker-compose build darkflame`
|
||||
8. Run `docker-compose exec darkflame /app/MasterServer -a` and setup your admin account
|
||||
9. Run `docker-compose up -d darkflame`
|
||||
10. Now you can see the output of the server with `docker compose logs -f --tail 100` or `docker-compose logs -f --tail 100`. This can help you understand issues and there you can also see when the server finishes it's startup. Exit this with Ctrl+C.
|
||||
11. You're ready to connect your client!
|
||||
12. You can stop the server with `docker-compose stop` and start it again with `docker-compose up -d`.
|
||||
4. Run `docker compose up -d --build`
|
||||
5. Run `docker compose exec darkflame /app/MasterServer -a` and setup your admin account
|
||||
6. Now you can see the output of the server with `docker compose logs -f --tail 100` or `docker compose logs -f --tail 100`. This can help you understand issues and there you can also see when the server finishes it's startup. Exit this with Ctrl+C.
|
||||
7. You're ready to connect your client!
|
||||
8. You can stop the server with `docker-compose stop` and start it again with `docker-compose up -d`.
|
||||
|
||||
## Disable brickbuildfix
|
||||
|
||||
|
Reference in New Issue
Block a user