Skip to content

Commit

Permalink
permissions update
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed Jul 25, 2024
1 parent 733ff40 commit 5550c0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
volumes:
- ./src:/var/www/html
env_file: $PWD/src/.env
user: "1000"
# user: "1000"
networks:
- internal
extra_hosts:
Expand All @@ -44,7 +44,7 @@ services:
target: php-composer
entrypoint: [ "composer" ]
command: [ "--version" ]
user: "1000"
# user: "1000"
volumes:
- ./src:/var/www/html

Expand All @@ -57,7 +57,7 @@ services:
entrypoint: [ "npm" ]
working_dir: /app
command: [ "-v" ]
user: "1000"
# user: "1000"
volumes:
- ./src:/app

Expand All @@ -81,7 +81,7 @@ services:
target: php-base
entrypoint: [ "php", "artisan" ]
command: [ "--version" ]
user: "1000"
# user: "1000"
volumes:
- ./src:/var/www/html
env_file: $PWD/src/.env
Expand All @@ -99,7 +99,7 @@ services:
target: php-base
entrypoint: [ "php", "artisan" ]
command: [ "queue:work" ]
user: "1000"
# user: "1000"
volumes:
- ./src:/var/www/html
env_file: $PWD/src/.env
Expand Down

0 comments on commit 5550c0f

Please sign in to comment.