Skip to content

Commit

Permalink
Fix dev env composer data persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Jun 17, 2024
1 parent da0eff1 commit a0da52c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
services:
shopware:
ports:
ports: !override
- "8082:80"
- "3308:3306"
- "44343:443"
environment:
- XDEBUG_ENABLED=1
- XDEBUG_REMOTE_HOST=172.17.0.1
Expand Down
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ services:
- "443:443"
volumes:
- ./plugins:/var/www/html/custom/plugins:rw,cached
- src_data:/var/www/html/
- db_data:/var/lib/mysql

volumes:
db_data:
src_data:

0 comments on commit a0da52c

Please sign in to comment.