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

@@ -35,6 +35,9 @@ docker run -d \
-v ./config:/app/config \
-v ./data:/app/data \
-p 7892:7892 \
-e PUID=1000 \
-e PGID=1000 \
-e UMASK=022 \
--network=bridge \
--dns=8.8.8.8 \
--restart unless-stopped \