Skip to content

Commit e724211

Browse files
committed
version 2.0
1 parent f33ce93 commit e724211

3 files changed

Lines changed: 3 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ A comprehensive Docker-based development environment featuring Nginx, MariaDB, R
1111
- **Laravel Ready**: All required extensions and tools pre-installed
1212
- **Production Optimized**: Security headers, rate limiting, OPcache, health checks
1313
- **Development Tools**: Xdebug, Composer, Node.js, Laravel installer
14-
- **Time Sync**: SIRIM Malaysia NTP integration
1514
- **Security Hardened**: Read-only configs, proper permissions, monitoring
1615

1716
## 📋 Requirements
@@ -208,8 +207,6 @@ DB_REPLICATION_PASSWORD=repl123
208207
# Backup databases and configs
209208
./scripts/backup.sh
210209

211-
# Sync time with SIRIM Malaysia NTP
212-
./scripts/ntp-sync.sh
213210
```
214211

215212
## 🌍 Environment Configurations

scripts/ntp-sync.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ if [ -f .env ]; then
1515
fi
1616

1717
# Default NTP servers (SIRIM Malaysia)
18-
NTP_SERVER=${NTP_SERVER:-ntp.sirim.my}
19-
NTP_SERVER_BACKUP=${NTP_SERVER_BACKUP:-ntp1.sirim.my}
20-
NTP_SERVER_FALLBACK=${NTP_SERVER_FALLBACK:-pool.ntp.org}
18+
NTP_SERVER=${NTP_SERVER:-mst.sirim.my}
19+
NTP_SERVER_BACKUP=${NTP_SERVER_BACKUP:-mst.sirim.my}
20+
NTP_SERVER_FALLBACK=${NTP_SERVER_FALLBACK:-0.my.pool.ntp.org}
2121

2222
log() {
2323
echo -e "${GREEN}[$(date +'%Y-%m-%d %H:%M:%S')] $1${NC}"

scripts/php-entrypoint.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)