docs: docker & docker-compose & local deploy

This commit is contained in:
DDSRem
2023-10-14 01:45:11 +08:00
parent 49b497c89e
commit 4ea205b357
7 changed files with 23 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ services:
network_mode: bridge
environment:
- AB_METHOD=Advance
- PGID=1000
- PUID=1000
- UMASK=022
```
复制上面的内容到 `docker-compose.yml` 文件中。