mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
feat: mount local time and time zone
This commit is contained in:
parent
99371def54
commit
75d3e28ef8
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue