DEV Community

Discussion on: Create your first Laravel Project on Docker using Laravel Sail

Collapse
 
tuanbtre profile image
tuanbtre

open file docker-compose.yml. find ports: - '${APP_PORT:-80}:80' . change to what you want.