Fix docker-compose.yaml / Update parser with str_starts_with instead of strpos

This commit is contained in:
2024-11-12 19:06:49 +01:00
parent 850d48b07e
commit 0fdd5c5fba
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8000:8080"
- "8000:80"
environment:
- APP_ENV=production
- DB_CONNECTION=sqlite