We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dbb86 commit fdba360Copy full SHA for fdba360
1 file changed
.github/workflows/test.yml
@@ -110,8 +110,8 @@ jobs:
110
if: matrix.os == 'ubuntu-latest'
111
working-directory: ./services
112
run: |
113
- sed -i 's@^.*data/php.*$@@g' docker-compose.yaml
114
- sed -i 's@^.*logs/php.*$@@g' docker-compose.yaml
+ chmod -R a+rw ./data
+ chmod -R a+rw ./logs
115
docker compose --profile rest-api --profile minio up -d
116
117
echo "Waiting for PHP API to boot..."
0 commit comments