Skip to content

Commit

Permalink
chore: expose default SFTP port in Dockerfile (#193)
Browse files Browse the repository at this point in the history
The purpose of `EXPOSE` is to automatically map ports when running a container with Docker, removing the need for the user to specify what ports should be mapped to the host.
  • Loading branch information
dannyhpy authored Aug 29, 2024
1 parent 34bd2b5 commit 18306ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ COPY --from=builder /app/wings /usr/bin/
ENTRYPOINT ["/usr/bin/wings"]
CMD ["--config", "/etc/pterodactyl/config.yml"]

EXPOSE 8080
EXPOSE 8080 2022

0 comments on commit 18306ba

Please sign in to comment.