Fix docker-compose.yaml / Update parser with str_starts_with instead of strpos
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8080"
|
||||
- "8000:80"
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- DB_CONNECTION=sqlite
|
||||
|
||||
Reference in New Issue
Block a user