Skip to content

Commit

Permalink
Cron is not working. #125
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Feb 14, 2019
1 parent 391b43a commit f8734fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compose/magento-2/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,4 @@ services:

# Disabling cron by default as it uses higher CPU, enable if needed
#cron:
# image: markoshust/magento-php:7.2-fpm-0
# user: root
# command: /usr/local/bin/cronstart
# tty: true
# links:
# - db
# volumes: *appvolumes
10 changes: 10 additions & 0 deletions compose/magento-2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ services:
- "9200:9200"
- "9300:9300"

# Disabling cron by default as it uses higher CPU, enable if needed
#cron:
# image: markoshust/magento-php:7.2-fpm-0
# user: root
# command: /usr/local/bin/cronstart
# tty: true
# links:
# - db
# volumes: *appvolumes

volumes:
appdata:
dbdata:
Expand Down

0 comments on commit f8734fd

Please sign in to comment.