Install on ispconfig Debian9 with docker =connection reset

Think I found the problem. in docker-compose.yml, I typed
ports:
- “80:80”
- “443:443”
instead of
ports:
- “8065:80”
- “4430:443”

looks better now

1 Like