fix: change docker-compose.yml
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 43s

change port
This commit is contained in:
2026-06-25 16:55:55 +08:00
parent e0c2395ce8
commit 2d743a2473

View File

@@ -8,7 +8,7 @@ services:
volumes:
- .:/var/www
ports:
- "8000:9000"
- "8081:9000"
environment:
- APP_ENV=production
- APP_DEBUG=false