mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 06:37:18 +08:00
feat: mount local time and time zone
This commit is contained in:
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…
Reference in New Issue
Block a user