mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix metadat volume in docker compose
This commit is contained in:
parent
ac3b593b8b
commit
d872e66f7d
@ -30,7 +30,7 @@ services:
|
||||
migrations:
|
||||
condition: service_completed_successfully
|
||||
volumes:
|
||||
- kyoo:/kyoo
|
||||
- kyoo:/metadata
|
||||
|
||||
migrations:
|
||||
build:
|
||||
|
@ -42,7 +42,7 @@ services:
|
||||
volumes:
|
||||
- ./back:/app
|
||||
- /app/out/
|
||||
- kyoo:/kyoo
|
||||
- kyoo:/metadata
|
||||
|
||||
migrations:
|
||||
build:
|
||||
|
@ -31,7 +31,7 @@ services:
|
||||
migrations:
|
||||
condition: service_completed_successfully
|
||||
volumes:
|
||||
- kyoo:/kyoo
|
||||
- kyoo:/metadata
|
||||
|
||||
migrations:
|
||||
image: zoriya/kyoo_migrations:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user