Add config file bind mount
This commit is contained in:
parent
eb3e63959b
commit
bca5b8871c
|
|
@ -16,6 +16,8 @@ services:
|
||||||
DB_NAME: koha
|
DB_NAME: koha
|
||||||
MEMCACHED_SERVERS: koha-memcached:11211
|
MEMCACHED_SERVERS: koha-memcached:11211
|
||||||
MB_HOST: koha-rabbitmq
|
MB_HOST: koha-rabbitmq
|
||||||
|
volumes:
|
||||||
|
- ./mounts/koha-sites.conf:/etc/koha/koha-sites.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- koha-db
|
- koha-db
|
||||||
- koha-rabbitmq
|
- koha-rabbitmq
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue