Update volume paths in docker-compose.test.yml to use /etc/config
Some checks are pending
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / release (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (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 / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / release (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (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
fdabe401d3
commit
a9c72fc147
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ services:
|
||||||
- shared_network
|
- shared_network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./tests/docker/coffee/config:/etc/configlib
|
- ./tests/docker/coffee/config:/etc/config
|
||||||
- ./tests/docker/coffee/data:/etc/socialbox
|
- ./tests/docker/coffee/data:/etc/socialbox
|
||||||
- ./tests/docker/coffee/logs:/var/log
|
- ./tests/docker/coffee/logs:/var/log
|
||||||
environment:
|
environment:
|
||||||
|
@ -119,7 +119,7 @@ services:
|
||||||
- shared_network
|
- shared_network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./tests/docker/teapot/config:/etc/configlib
|
- ./tests/docker/teapot/config:/etc/config
|
||||||
- ./tests/docker/teapot/data:/etc/socialbox
|
- ./tests/docker/teapot/data:/etc/socialbox
|
||||||
- ./tests/docker/teapot/logs:/var/log
|
- ./tests/docker/teapot/logs:/var/log
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue