Skip to content

Commit

Permalink
docker-compose: fix permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Jan 21, 2024
1 parent f5085a0 commit 8085bdb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ x-php-service-base: &php-service-base
deploy:
replicas: 0

working_dir: /src
user: '1000:1000'
volumes:
- ./src:/src/src
- ./tests:/src/tests
- ./composer.bridgeless.json:/src/composer.bridgeless.json
- ./src:/usr/src/app/src
- ./tests:/usr/src/app/tests
- ./composer.bridgeless.json:/usr/src/app/composer.bridgeless.json

services:
php71:
Expand Down

0 comments on commit 8085bdb

Please sign in to comment.