Update volume paths in docker-compose.test.yml to use /etc/configlib
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
61d25a5904
commit
fdabe401d3
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ services:
|
|||
- shared_network
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./tests/docker/coffee/config:/etc/config
|
||||
- ./tests/docker/coffee/config:/etc/configlib
|
||||
- ./tests/docker/coffee/data:/etc/socialbox
|
||||
- ./tests/docker/coffee/logs:/var/log
|
||||
environment:
|
||||
|
@ -119,7 +119,7 @@ services:
|
|||
- shared_network
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./tests/docker/teapot/config:/etc/config
|
||||
- ./tests/docker/teapot/config:/etc/configlib
|
||||
- ./tests/docker/teapot/data:/etc/socialbox
|
||||
- ./tests/docker/teapot/logs:/var/log
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue