mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 12:47:27 +08:00
feat: mount local time and time zone
This commit is contained in:
parent
99371def54
commit
75d3e28ef8
|
@ -4,6 +4,9 @@ services:
|
||||||
context: .
|
context: .
|
||||||
image: yesplaymusic
|
image: yesplaymusic
|
||||||
container_name: YesPlayMusic
|
container_name: YesPlayMusic
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user