Skip to content

Commit

Permalink
move api mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 27, 2023
1 parent 4728887 commit 60c2159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.extend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
command: /bin/sh -c "while sleep 1000; do :; done"
php:
volumes:
- ./src/Api:/usr/local/apache2/htdocs/api
- ./public/api:/usr/local/apache2/htdocs/api
- ./src/Media:/usr/local/apache2/htdocs/media
- ./cypress_php/api:/usr/local/apache2/htdocs/cyapi
- vendor:/usr/local/apache2/htdocs/api/vendor
Expand Down

0 comments on commit 60c2159

Please sign in to comment.