Skip to content

Commit

Permalink
docker-compose.bash: Update log path
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Apr 10, 2020
1 parent 03536bc commit 8d3d90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
git clean -df; # Help to switch between eZ Platform v2 and v3

# eZ Platform: Cache and Logs Removal
rm -rf var/cache/dev/ var/logs/*.log;
touch var/logs/dev.log;
rm -rf var/cache/dev/ var/log/*.log;
touch var/log/dev.log;

# Docker: Containers Cluster Build (except Solr which needs vendor/ezsystems/ezplatform-solr-search-engine/)
docker-compose up --build --detach varnish apache redis mariadb;
Expand Down

0 comments on commit 8d3d90f

Please sign in to comment.