docker compose up fails on "unexpected EOF on client connection" during "./manage.py migrate --no-input" #1190
Answered
by
cimnine
luboss
asked this question in
Getting Help
-
Current BehaviorI followed netbox-docker quickstart up to "docker compose up" which failed with an error:
Operating system: Debian Bookworm (tried also Bullseye) as Vagrant image in VirtualBox VM Expected BehaviorFlawless Netbox start Docker Compose Versionv2.24.6 Docker Version
The git RevisionThe git Status
Startup Commanddocker compose up NetBox Logs
Content of docker-compose.override.ymlversion: '3.4'
services:
netbox:
ports:
- 8000:8080 |
Beta Was this translation helpful? Give feedback.
Answered by
cimnine
Mar 28, 2024
Replies: 1 comment 1 reply
-
Isn't exit code 137 related to either too little ram or too little disk space? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
luboss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Isn't exit code 137 related to either too little ram or too little disk space?