Describe the bug
Upon creating the container through docker compose. I get the error:
ERROR Failed to parse server response
expected value at line 1 column 1
To Reproduce
Steps to reproduce the behavior:
My docker-compose.yml
cup:
container_name: cup
image: ghcr.io/sergi0g/cup:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
hostname: cup
ports:
- 9802:8000
command: serve
restart: unless-stopped
Expected behavior
Container should start properly
System info (please complete the following information):
- OS: OpenMediaVault/Debian
- Docker daemon version: 28.0.4
- Cup version: Latest
Describe the bug
Upon creating the container through docker compose. I get the error:
To Reproduce
Steps to reproduce the behavior:
My
docker-compose.ymlExpected behavior
Container should start properly
System info (please complete the following information):