docs: fix docker compose deploy problem close #599

This commit is contained in:
EstrellaXD
2023-10-27 20:20:34 +08:00
parent ffff690074
commit 99ba203d17
5 changed files with 18 additions and 29 deletions

View File

@@ -48,9 +48,8 @@ services:
network_mode: bridge
environment:
- TZ=Asia/Shanghai
- AB_METHOD=Advance
- PGID=1000
- PUID=1000
- PGID=$(id -g)
- PUID=$(id -u)
- UMASK=022
```