Skip to content

Commit

Permalink
feat: mount local time and time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
karbobc authored and pan93412 committed Dec 15, 2022
1 parent 99371de commit 75d3e28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75d3e28

Please sign in to comment.