I can't figure out how my container time is all messed up. Below is the docker-compose file I used to make the container. Is there some issue in here?
version: '3' services: lms: container_name: lms image: lmscommunity/logitechmediaserver:latest volumes: - /home/pi/docker/lms/config:/config:rw - /home/pi/ddwrt/Music:/music:ro - /home/pi/docker/lms/playlist:/playlist:rw - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro ports: - 9005:9005/tcp - 9090:9090/tcp - 3483:3483/tcp - 3483:3483/udp environment: - PUID=1000 - PGID=1000 - HTTP_PORT=9005 - TZ=America/New_York restart: always ------------------------------------------------------------------------ farizno's Profile: http://forums.slimdevices.com/member.php?userid=71669 View this thread: http://forums.slimdevices.com/showthread.php?t=115353 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
