feat: mount local time and time zone

This commit is contained in:
Karbob 2022-11-19 18:48:05 +08:00 committed by pan93412
parent 99371def54
commit 75d3e28ef8

View File

@ -4,6 +4,9 @@ services:
context: .
image: yesplaymusic
container_name: YesPlayMusic
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
ports:
- 80:80
restart: always