feat: mount local time and time zone

master
Karbob 2 years ago committed by pan93412
parent 99371def54
commit 75d3e28ef8

@ -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

Loading…
Cancel
Save