PS3 proxy that allows you to login on PSN using older firmwares
219
PS3 proxy to allow PSN login on older firmwares
Via docker cli
docker run -d -p 8080:8080 -e TZ=Europe/London aleg911/ps3-proxyOr using docker compose
version: '3' services: ps3-proxy: image: aleg911/ps3-proxy restart: always ports: - "8080:8080" environment: - "TZ=Europe/London"
Parameter Function -p 8080The port to run the PS3-proxy -e TZ=Europe/LondonSpecify a timezone to use, this is recommend for the logs. You can check the list of time zones here
@mondul for creating this software
Content type
Image
Digest
sha256:1a9c2d572…
Size
6.4 MB
Last updated
over 1 year ago
docker pull aleg911/ps3-proxy