mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
Added admin setup command to docs
This commit is contained in:
parent
3b90669d03
commit
56f860676d
@ -14,8 +14,11 @@
|
|||||||
4. Run `docker-compose up --build setup`
|
4. Run `docker-compose up --build setup`
|
||||||
5. Run `docker-compose up -d database`
|
5. Run `docker-compose up -d database`
|
||||||
6. Run `docker-compose up --build -d account-manager brickbuildfix`
|
6. Run `docker-compose up --build -d account-manager brickbuildfix`
|
||||||
7. Run `docker-compose up --build -d darkflame`
|
7. Run `docker-compose build darkflame`
|
||||||
8. 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.
|
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.
|
||||||
|
11. You're ready to connect your client!
|
||||||
|
|
||||||
## Disable brickbuildfix
|
## Disable brickbuildfix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user