Hi there!
I'm hosting Piped including piped-proxy in docker on RaspberryPi4. It has been running flawlessly for months, but after some recent update the piped-proxy container doesn't start anymore:
$docker compose logs -f piped-proxy
piped-proxy exited with code 132 (restarting)
piped-proxy exited with code 132 (restarting)
piped-proxy exited with code 132 (restarting)
...
Here the piped-proxy part of my docker-compose.yml:
piped-proxy:
image: 1337kavin/piped-proxy:latest-arm64
restart: unless-stopped
environment:
- UDS=1
volumes:
- piped-proxy:/app/socket
container_name: piped-proxy
security_opt:
- no-new-privileges:true
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "diun.enable=false"
volumes:
piped-proxy: null
Anything I can do to fix this? Happy to provide more debug info if needed.
Thanks in advance. ☺️
Hi there!
I'm hosting Piped including piped-proxy in docker on RaspberryPi4. It has been running flawlessly for months, but after some recent update the piped-proxy container doesn't start anymore:
Here the piped-proxy part of my
docker-compose.yml:Anything I can do to fix this? Happy to provide more debug info if needed.☺️
Thanks in advance.