modify like this ```yaml # docker-compose.yml nginx: #... ports: - 8888:80 - 443:443 ``` ```txt # .env DOCKER_IP=x.x.x.x:8888 ``` After I click login, the form still uses port 80.   
modify like this
# .env DOCKER_IP=x.x.x.x:8888After I click login, the form still uses port 80.