Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
redmine4404 committed Jul 30, 2024
1 parent 71dde0b commit 4ffcb93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ services:
restart: unless-stopped
ports:
# Go delve debugger
- 127.0.0.1:2350:2352
- 127.0.0.1:2352:2350
# Authentication server
- 6008:6008/udp
# Secure server
Expand Down
2 changes: 1 addition & 1 deletion environment/minecraft-wiiu.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PN_MINECRAFT_AUTHENTICATION_SERVER_PORT=6008
PN_MINECRAFT_SECURE_SERVER_PORT=6009
PN_MINECRAFT_ACCOUNT_GRPC_HOST=account
PN_MINECRAFT_ACCOUNT_GRPC_PORT000
PN_MINECRAFT_ACCOUNT_GRPC_PORT=5000
PN_MINECRAFT_ALLOW_PUBLIC_MATCHMAKING=0

0 comments on commit 4ffcb93

Please sign in to comment.