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
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