diff --git a/docker-compose.yml b/docker-compose.yml index 9054279..08c01cd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,10 +4,5 @@ services: sermon-notes: container_name: sermon-notes image: ryanprather/sermon-notes:latest - command: - - "php bin/console doctrine:migrations:migrate --no-interaction" - - "bash install.sh" ports: - - 80:80 - volumes: - - .:/var/www/html \ No newline at end of file + - 80:80 \ No newline at end of file