π Whatβs Changed
When running the pglombardo/pwpush
Docker container, it defaults to port 5100. You can now override this using the PORT
environment variable. Some cloud platforms set this environment variable automatically based on deployment needs.
docker run -p 7501:7501 -e PORT=7501 pglombardo/pwpush:1.53.1
Thanks @iungoron for reporting!
- Docker: Set default port to 5100 (#3189) @pglombardo
- Fix: Foreman port ordering (#3188) @pglombardo
β¬οΈ Dependencies updates
- β¬οΈ Bump minitest from 5.25.4 to 5.25.5 (#3184) @dependabot[bot]
π₯ List of contributors
@dependabot[bot], @pglombardo and dependabot[bot]
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.53.1
..and go to http://localhost:5100