Skip to content

Commit

Permalink
perf: 简化目录映射
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Sep 2, 2024
1 parent 9b45d38 commit 18c86fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ pnpm-debug.log*
*.sw?
frontend/package-lock.json
dist/
/data/
/data/
/docker/volumes/
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
ports:
- 8081:8081
volumes:
- ./volumes/campux/data:/app/data
- ./volumes/campux:/app/data
networks:
- campux-network
environment:
Expand All @@ -33,7 +33,7 @@ services:
ports:
- 8282:8282
volumes:
- ./volumes/campuxbot/data:/app/data
- ./volumes/campuxbot:/app/data
environment:
- TZ=Asia/Shanghai
networks:
Expand Down

0 comments on commit 18c86fb

Please sign in to comment.