Skip to content

Container is restarting with error code 132 #452

Description

@CountCypher

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. ☺️

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions