You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/local-development/docker.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Once you've completed the initial setup:
72
72
73
73
- For a production preview, run `pnpm run ship` and its build will be hosted by Docker
74
74
75
-
1. Access Pyrodactyl from http://localhost/, and login using the default credentials of `[email protected]` and `password`
75
+
1. Access Pyrodactyl from http://localhost:3000/, and login using the default credentials of `[email protected]` and `password`
76
76
77
77
1. Once finished, you can stop Docker using `pnpm compose:down`
78
78
@@ -84,7 +84,7 @@ Set up Remote Caching via Turbo for faster builds. Cached results allow producti
84
84
85
85
### Database host
86
86
87
-
This method supports creating a database host out of the box, which allows you to create databases on servers for testing. To do this, navigate to http://localhost/admin/databases, click **Create New**, and use the following settings:
87
+
This method supports creating a database host out of the box, which allows you to create databases on servers for testing. To do this, navigate to http://localhost:3000/admin/databases, click **Create New**, and use the following settings:
88
88
89
89
{/* prettier-ignore */}
90
90
```yaml
@@ -133,7 +133,7 @@ If you need to ask for help, ask in our [Pyrodactyl Discord server](https://disc
133
133
134
134
### Ports in use
135
135
136
-
Try killing any processes that could be using Pyrodactyl's ports, i.e. 8080, 2022, and 80 by default, then run `pnpm compose` again. However, if that won't work, try the below:
136
+
Try killing any processes that could be using Pyrodactyl's ports, i.e. 8080, 2022, and 3000 by default, then run `pnpm compose` again. However, if that won't work, try the below:
137
137
138
138
1. If the issue is while starting a server, adjust the allocations in your node settings to other ports
139
139
1. If the issue is while starting the compose, carefully adjust the `docker-compose.yml`'s IP settings
0 commit comments