Skip to content

Commit 0aaffe5

Browse files
committed
fix: update for internal FQDN
1 parent 6cc8dfe commit 0aaffe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/local-development/docker.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Once you've completed the initial setup:
7272

7373
- For a production preview, run `pnpm run ship` and its build will be hosted by Docker
7474

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`
7676

7777
1. Once finished, you can stop Docker using `pnpm compose:down`
7878

@@ -84,7 +84,7 @@ Set up Remote Caching via Turbo for faster builds. Cached results allow producti
8484

8585
### Database host
8686

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:
8888

8989
{/* prettier-ignore */}
9090
```yaml
@@ -133,7 +133,7 @@ If you need to ask for help, ask in our [Pyrodactyl Discord server](https://disc
133133

134134
### Ports in use
135135

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:
137137

138138
1. If the issue is while starting a server, adjust the allocations in your node settings to other ports
139139
1. If the issue is while starting the compose, carefully adjust the `docker-compose.yml`'s IP settings

0 commit comments

Comments
 (0)