Regarding healthcheck, i'm using the setup below -- is that the issue? am i using old healthcheck method? binhex-sabnzbd: image: "binhex/arch-sabnzbd:4.5.1-1-01" container_name: "binhex-sabnzbd" hostname: "binhex-sabnzbd" networks: media: ipv4_address: xxxxxxxx healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"] interval: 10s timeout: 5s retries: 25 start_period: 10s