MuMu360121
MuMu360121
run the command then happen like this: 
Device: Qnap 466C Docker compose: ``` --- version: "2.1" services: immich: image: ghcr.io/imagegenius/immich:latest container_name: immich environment: - PUID=1000 - PGID=1000 - TZ=Asia/Shanghai - DB_HOSTNAME=192.168.50.26 - DB_USERNAME=postgres - DB_PASSWORD=postgres - DB_DATABASE_NAME=immich...
**Describe the bug (BUG 描述)** 同一网络环境1.2.9版本安卓和PC版直连PLEX无法播放 **To Reproduce (复现步骤)** Steps to reproduce the behavior: 同一歌单、同一歌曲,iOS端可播放,安卓和PC端无法播放 **Expected behavior (期望行为)** 正常播放 **Screenshots (截图)**  **Music Server Type (音乐服务器类型)** plex 1.40.18227-c0dd5a73e
### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my bug. ### Operating System of DocumentServer Docker ### Version...
### Is your question not already answered in the FAQ? - [X] I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md). ### Is this a general question and...
I use the docker compose like this: `version: '3' services: roundcube: image: instrumentisto/roundcube:fpm expose: - "9088" volumes: - /share/CACHEDEV2_DATA/Container/roundcube:/app - /share/CACHEDEV2_DATA/Container/roundcube/roundcube.config.php:/app/config/config.inc.php:ro nginx: image: nginx:stable-alpine depends_on: - roundcube ports: - "6080:80"...