127.0.0.1:8000.ert code example
Example 1: CEDAR:6001:Failed to connect to <127.0.0.1:9618>
service condor start
Or to make it persistent:
sudo systemctl enable condor.service
Example 2: 127.0.0.1:8000 localhost not working
# can not acces django server ,add this and then try
version: "2"
services:
postgres:
image: postgres:9.6
volumes:
- pgdata:/var/lib/data/postgres
backend:
build: .
command: gosu app bash
volumes:
- .:/app
- pyenv:/python
links:
- postgres:postgres
ports:
- 8000:8000
volumes:
pyenv:
pgdata: