Skip to content

Commit

Permalink
chore: edit panel default port
Browse files Browse the repository at this point in the history
  • Loading branch information
neolectron committed Nov 8, 2024
1 parent 65c1701 commit 9896153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pterodactyl/panel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ services:
image: ghcr.io/pterodactyl/panel:latest
restart: always
ports:
- '80:80'
- '443:443'
- '8080:80'
- '4430:443'
links:
- database
- cache
Expand Down

0 comments on commit 9896153

Please sign in to comment.