Skip to content

Commit

Permalink
Merge pull request #75 from konfuciusu/docker/disable-auto-restart
Browse files Browse the repository at this point in the history
Відключення автоматичного запуску контейнерів
  • Loading branch information
yukoff authored Jul 18, 2017
2 parents 3143bce + 0382aca commit e3c9780
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:

mysql:
image: mariadb:10.2
restart: always
ports:
- "33061:3306"
command: |-
Expand All @@ -20,7 +19,6 @@ services:

toloka:
image: hurtom/php:nginx
restart: always
ports:
- "8081:80"
volumes:
Expand All @@ -31,15 +29,13 @@ services:

phpmyadmin:
image: phpmyadmin/phpmyadmin
restart: always
ports:
- "8082:80"
environment:
- PMA_HOST=mysql

cron:
image: hurtom/curl
restart: always
command: sh -c "echo '* * * * * curl -I toloka/cron.php' > /var/spool/cron/crontabs/root && crond -l 2 -f"

volumes:
Expand Down

0 comments on commit e3c9780

Please sign in to comment.