update docker compose

This commit is contained in:
2024-12-19 08:22:32 +07:00
parent 3e7660452f
commit 2f68c2fec5
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ services:
- 8080:8080
volumes:
- .:/app
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
environment:
# TIMEZONE
- TZ=Asia/Jakarta