docker_files
docker_files copied to clipboard
Port 80 is usually taken... why not 8080 instead?
Hi,
Port 80 is usually for other applications and app will collide. A good practice with docker is setting it to 8080.
BTW, why not adding a APP_PORT env variable in .env to set this when you configure the app?
https://github.com/tellform/docker_files/blob/ad088a249680b9ffe2f439c5edf9164688e972c3/docker-compose.yml#L29