docker_files icon indicating copy to clipboard operation
docker_files copied to clipboard

Port 80 is usually taken... why not 8080 instead?

Open marcbria opened this issue 6 years ago • 0 comments

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

marcbria avatar Feb 07 '20 15:02 marcbria