mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2026-01-12 16:25:38 +08:00
refactor volume paths in docker-compose to align with updated backend directory structure
This commit is contained in:
@@ -6,9 +6,9 @@ services:
|
||||
- "8090:8090"
|
||||
volumes:
|
||||
- pb_data:/pb_data
|
||||
- ./web/backend/pb_hooks:/pb_hooks
|
||||
- ./web/backend/pb_public:/pb_public
|
||||
- ./web/backend/pb_migrations:/pb_migrations
|
||||
- ./backend/pb_hooks:/pb_hooks
|
||||
- ./backend/pb_public:/pb_public
|
||||
- ./backend/pb_migrations:/pb_migrations
|
||||
|
||||
web:
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user