Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiwork authored Nov 1, 2023
1 parent db37959 commit c0f3773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ services:
- "8999"
volumes:
- ./etc/config.yaml:/apps/luban/etc/config.yaml
- /etc/localtime:/etc/localtime
- ./luban-data:/luban-data
- /etc/localtime:/etc/localtime
- /etc/machine-id:/etc/machine-id
depends_on:
- luban-mysql
- luban-redis
Expand Down

0 comments on commit c0f3773

Please sign in to comment.