build: set timezone in docker-compose

main
Fu Diwei 2025-03-10 15:22:25 +08:00
parent f9e3797cdd
commit 19ccac5c05
1 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,7 @@ services:
ports:
- 8090:8090
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./data:/app/pb_data
restart: unless-stopped