Skip to content

Commit

Permalink
fix(release): Wrong service mount for public_bundles volume 🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
gremo committed Jul 4, 2023
1 parent 0e9255d commit 418f21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
build:
target: caddy-dev
volumes:
- public_bundles:/var/www/html/public/bundles
- ./config/docker/Caddyfile:/etc/caddy/Caddyfile:ro
- ./public/:/srv/public:ro

Expand All @@ -13,7 +14,6 @@ services:
target: php-dev
volumes:
- node_modules:/var/www/html/node_modules
- public_bundles:/var/www/html/public/bundles
- var:/var/www/html/var
- vendor:/var/www/html/vendor
- ./config/docker/php-fpm.conf:/usr/local/etc/php-fpm.d/zzz-app.conf:ro
Expand Down

0 comments on commit 418f21a

Please sign in to comment.